[−][src]Struct gio_sys::GMountIface
Fields
g_iface: GTypeInterfacechanged: Option<unsafe extern "C" fn(_: *mut GMount)>unmounted: Option<unsafe extern "C" fn(_: *mut GMount)>get_root: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GFile>get_name: Option<unsafe extern "C" fn(_: *mut GMount) -> *const c_char>get_icon: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GIcon>get_uuid: Option<unsafe extern "C" fn(_: *mut GMount) -> *const c_char>get_volume: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GVolume>get_drive: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GDrive>can_unmount: Option<unsafe extern "C" fn(_: *mut GMount) -> gboolean>can_eject: Option<unsafe extern "C" fn(_: *mut GMount) -> gboolean>unmount: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountUnmountFlags, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>unmount_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>eject: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountUnmountFlags, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>eject_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>remount: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountMountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>remount_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>guess_content_type: Option<unsafe extern "C" fn(_: *mut GMount, _: gboolean, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>guess_content_type_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut *mut c_char>guess_content_type_sync: Option<unsafe extern "C" fn(_: *mut GMount, _: gboolean, _: *mut GCancellable, _: *mut *mut GError) -> *mut *mut c_char>pre_unmount: Option<unsafe extern "C" fn(_: *mut GMount)>unmount_with_operation: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountUnmountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>unmount_with_operation_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>eject_with_operation: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountUnmountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>eject_with_operation_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>get_default_location: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GFile>get_sort_key: Option<unsafe extern "C" fn(_: *mut GMount) -> *const c_char>get_symbolic_icon: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GIcon>Trait Implementations
impl Clone for GMountIface[src]
fn clone(&self) -> GMountIface[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for GMountIface[src]
impl Debug for GMountIface[src]
Auto Trait Implementations
impl RefUnwindSafe for GMountIface
impl Send for GMountIface
impl Sync for GMountIface
impl Unpin for GMountIface
impl UnwindSafe for GMountIface
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,