#[repr(C)]pub struct _GNativeVolumeMonitorClass {
pub parent_class: GVolumeMonitorClass,
pub get_mount_for_mount_path: Option<unsafe extern "C" fn(mount_path: *const c_char, cancellable: *mut GCancellable) -> *mut GMount>,
}
Fields§
§parent_class: GVolumeMonitorClass
§get_mount_for_mount_path: Option<unsafe extern "C" fn(mount_path: *const c_char, cancellable: *mut GCancellable) -> *mut GMount>
Trait Implementations§
Source§impl Clone for _GNativeVolumeMonitorClass
impl Clone for _GNativeVolumeMonitorClass
Source§fn clone(&self) -> _GNativeVolumeMonitorClass
fn clone(&self) -> _GNativeVolumeMonitorClass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _GNativeVolumeMonitorClass
impl Debug for _GNativeVolumeMonitorClass
impl Copy for _GNativeVolumeMonitorClass
impl Eq for _GNativeVolumeMonitorClass
impl StructuralPartialEq for _GNativeVolumeMonitorClass
Auto Trait Implementations§
impl Freeze for _GNativeVolumeMonitorClass
impl RefUnwindSafe for _GNativeVolumeMonitorClass
impl !Send for _GNativeVolumeMonitorClass
impl !Sync for _GNativeVolumeMonitorClass
impl Unpin for _GNativeVolumeMonitorClass
impl UnwindSafe for _GNativeVolumeMonitorClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more