#[repr(transparent)]pub struct SysCtlr(pub u32);Expand description
System Control
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for SysCtlr
impl Eq for SysCtlr
impl StructuralPartialEq for SysCtlr
Auto Trait Implementations§
impl Freeze for SysCtlr
impl RefUnwindSafe for SysCtlr
impl Send for SysCtlr
impl Sync for SysCtlr
impl Unpin for SysCtlr
impl UnwindSafe for SysCtlr
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