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