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