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