Struct stm32_metapac::can::regs::Msr
#[repr(transparent)]pub struct Msr(pub u32);
Expand description
master status register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Msr
impl Eq for Msr
impl StructuralPartialEq for Msr
Auto Trait Implementations§
impl Freeze for Msr
impl RefUnwindSafe for Msr
impl Send for Msr
impl Sync for Msr
impl Unpin for Msr
impl UnwindSafe for Msr
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