#[repr(C)]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