Struct gio_sys::GNativeVolumeMonitor[][src]

#[repr(C)]
pub struct GNativeVolumeMonitor { pub parent_instance: GVolumeMonitor, }

Fields

Trait Implementations

impl Copy for GNativeVolumeMonitor
[src]

impl Clone for GNativeVolumeMonitor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GNativeVolumeMonitor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations