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