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