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