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