Struct frida_sys::_GNativeVolumeMonitorClass
source · #[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 more