pub type GNativeVolumeMonitorClass = _GNativeVolumeMonitorClass;
Aliased Type§
struct GNativeVolumeMonitorClass {
pub parent_class: _GVolumeMonitorClass,
pub get_mount_for_mount_path: Option<unsafe extern "C" fn(*const i8, *mut _GCancellable) -> *mut _GMount>,
}
Fields§
§parent_class: _GVolumeMonitorClass
§get_mount_for_mount_path: Option<unsafe extern "C" fn(*const i8, *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