#[repr(C)]pub struct GMemoryMonitor { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GMemoryMonitor
impl RefUnwindSafe for GMemoryMonitor
impl !Send for GMemoryMonitor
impl !Sync for GMemoryMonitor
impl !Unpin for GMemoryMonitor
impl UnwindSafe for GMemoryMonitor
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