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