pub struct GUnixMountMonitorClass(/* private fields */);Auto Trait Implementations§
impl Freeze for GUnixMountMonitorClass
impl RefUnwindSafe for GUnixMountMonitorClass
impl !Send for GUnixMountMonitorClass
impl !Sync for GUnixMountMonitorClass
impl Unpin for GUnixMountMonitorClass
impl UnwindSafe for GUnixMountMonitorClass
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