pub struct GVolumeMonitor {
pub parent_instance: GObject,
/* private fields */
}Fields§
§parent_instance: GObjectAuto Trait Implementations§
impl Freeze for GVolumeMonitor
impl RefUnwindSafe for GVolumeMonitor
impl !Send for GVolumeMonitor
impl !Sync for GVolumeMonitor
impl Unpin for GVolumeMonitor
impl UnwindSafe for GVolumeMonitor
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