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