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