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