Struct gio_sys::GNativeVolumeMonitorClass[][src]

#[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

Trait Implementations

impl Copy for GNativeVolumeMonitorClass
[src]

impl Clone for GNativeVolumeMonitorClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GNativeVolumeMonitorClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GNativeVolumeMonitorClass

impl !Sync for GNativeVolumeMonitorClass