Struct gio_sys::GNativeVolumeMonitorClass
source · #[repr(C)]pub struct GNativeVolumeMonitorClass {
pub parent_class: GVolumeMonitorClass,
pub get_mount_for_mount_path: Option<unsafe extern "C" fn(_: *const c_char, _: *mut GCancellable) -> *mut GMount>,
}
Fields§
§parent_class: GVolumeMonitorClass
§get_mount_for_mount_path: Option<unsafe extern "C" fn(_: *const c_char, _: *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 more