[−][src]Struct gio_sys::GDriveIface
Fields
g_iface: GTypeInterface
changed: Option<unsafe extern "C" fn(_: *mut GDrive)>
disconnected: Option<unsafe extern "C" fn(_: *mut GDrive)>
get_name: Option<unsafe extern "C" fn(_: *mut GDrive) -> *const c_char>
get_icon: Option<unsafe extern "C" fn(_: *mut GDrive) -> *mut GIcon>
has_volumes: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
get_volumes: Option<unsafe extern "C" fn(_: *mut GDrive) -> *mut GList>
is_media_removable: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
has_media: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
is_media_check_automatic: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
can_eject: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
can_poll_for_media: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
eject: Option<unsafe extern "C" fn(_: *mut GDrive, _: GMountUnmountFlags, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
eject_finish: Option<unsafe extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>
poll_for_media: Option<unsafe extern "C" fn(_: *mut GDrive, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
poll_for_media_finish: Option<unsafe extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>
get_identifier: Option<unsafe extern "C" fn(_: *mut GDrive, _: *const c_char) -> *mut c_char>
enumerate_identifiers: Option<unsafe extern "C" fn(_: *mut GDrive) -> *mut *mut c_char>
get_start_stop_type: Option<unsafe extern "C" fn(_: *mut GDrive) -> GDriveStartStopType>
can_start: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
can_start_degraded: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
start: Option<unsafe extern "C" fn(_: *mut GDrive, _: GDriveStartFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
start_finish: Option<unsafe extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>
can_stop: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
stop: Option<unsafe extern "C" fn(_: *mut GDrive, _: GMountUnmountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
stop_finish: Option<unsafe extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>
eject_with_operation: Option<unsafe extern "C" fn(_: *mut GDrive, _: GMountUnmountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
eject_with_operation_finish: Option<unsafe extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>
get_sort_key: Option<unsafe extern "C" fn(_: *mut GDrive) -> *const c_char>
get_symbolic_icon: Option<unsafe extern "C" fn(_: *mut GDrive) -> *mut GIcon>
is_removable: Option<unsafe extern "C" fn(_: *mut GDrive) -> gboolean>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GDriveIface
impl Send for GDriveIface
impl Sync for GDriveIface
impl Unpin for GDriveIface
impl UnwindSafe for GDriveIface
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,
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,