[−][src]Struct gio_sys::GVolumeIface
Fields
g_iface: GTypeInterfacechanged: Option<unsafe extern "C" fn(_: *mut GVolume)>removed: Option<unsafe extern "C" fn(_: *mut GVolume)>get_name: Option<unsafe extern "C" fn(_: *mut GVolume) -> *const c_char>get_icon: Option<unsafe extern "C" fn(_: *mut GVolume) -> *mut GIcon>get_uuid: Option<unsafe extern "C" fn(_: *mut GVolume) -> *const c_char>get_drive: Option<unsafe extern "C" fn(_: *mut GVolume) -> *mut GDrive>get_mount: Option<unsafe extern "C" fn(_: *mut GVolume) -> *mut GMount>can_mount: Option<unsafe extern "C" fn(_: *mut GVolume) -> gboolean>can_eject: Option<unsafe extern "C" fn(_: *mut GVolume) -> gboolean>mount_fn: Option<unsafe extern "C" fn(_: *mut GVolume, _: GMountMountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>mount_finish: Option<unsafe extern "C" fn(_: *mut GVolume, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>eject: Option<unsafe extern "C" fn(_: *mut GVolume, _: GMountUnmountFlags, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>eject_finish: Option<unsafe extern "C" fn(_: *mut GVolume, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>get_identifier: Option<unsafe extern "C" fn(_: *mut GVolume, _: *const c_char) -> *mut c_char>enumerate_identifiers: Option<unsafe extern "C" fn(_: *mut GVolume) -> *mut *mut c_char>should_automount: Option<unsafe extern "C" fn(_: *mut GVolume) -> gboolean>get_activation_root: Option<unsafe extern "C" fn(_: *mut GVolume) -> *mut GFile>eject_with_operation: Option<unsafe extern "C" fn(_: *mut GVolume, _: GMountUnmountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>eject_with_operation_finish: Option<unsafe extern "C" fn(_: *mut GVolume, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>get_sort_key: Option<unsafe extern "C" fn(_: *mut GVolume) -> *const c_char>get_symbolic_icon: Option<unsafe extern "C" fn(_: *mut GVolume) -> *mut GIcon>Trait Implementations
impl Clone for GVolumeIface[src]
fn clone(&self) -> GVolumeIface[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for GVolumeIface[src]
impl Debug for GVolumeIface[src]
Auto Trait Implementations
impl Send for GVolumeIface
impl Unpin for GVolumeIface
impl Sync for GVolumeIface
impl UnwindSafe for GVolumeIface
impl RefUnwindSafe for GVolumeIface
Blanket Implementations
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> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,