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