#[repr(C)]pub struct _GNativeVolumeMonitor {
pub parent_instance: GVolumeMonitor,
}
Fields§
§parent_instance: GVolumeMonitor
Trait Implementations§
Source§impl Clone for _GNativeVolumeMonitor
impl Clone for _GNativeVolumeMonitor
Source§fn clone(&self) -> _GNativeVolumeMonitor
fn clone(&self) -> _GNativeVolumeMonitor
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 moreSource§impl Debug for _GNativeVolumeMonitor
impl Debug for _GNativeVolumeMonitor
Source§impl PartialEq for _GNativeVolumeMonitor
impl PartialEq for _GNativeVolumeMonitor
impl Copy for _GNativeVolumeMonitor
impl Eq for _GNativeVolumeMonitor
impl StructuralPartialEq for _GNativeVolumeMonitor
Auto Trait Implementations§
impl Freeze for _GNativeVolumeMonitor
impl RefUnwindSafe for _GNativeVolumeMonitor
impl !Send for _GNativeVolumeMonitor
impl !Sync for _GNativeVolumeMonitor
impl Unpin for _GNativeVolumeMonitor
impl UnwindSafe for _GNativeVolumeMonitor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more