#[repr(C)]pub struct Rxcrcr { /* private fields */ }
Expand description
RX CRC register
Implementations§
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