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 StructuralPartialEq for Ttir
Auto Trait Implementations§
impl Freeze for Ttir
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)