Struct stm32_metapac::can::regs::Ttir
#[repr(transparent)]pub struct Ttir(pub u32);
Expand description
FDCAN TT Interrupt Register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Ttir
impl Eq for Ttir
impl StructuralEq for Ttir
impl StructuralPartialEq for Ttir
Auto Trait Implementations§
impl RefUnwindSafe for Ttir
impl Send for Ttir
impl Sync for Ttir
impl Unpin for Ttir
impl UnwindSafe for Ttir
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