pub struct SYSTEM { /* private fields */ }Expand description
System Control
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SYSTEM
impl RefUnwindSafe for SYSTEM
impl !Sync for SYSTEM
impl Unpin for SYSTEM
impl UnwindSafe for SYSTEM
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