#[repr(transparent)]pub struct Rxoicr(pub u32);
Expand description
RX FIFO overflow interrupt clear
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Rxoicr
impl Eq for Rxoicr
impl StructuralPartialEq for Rxoicr
Auto Trait Implementations§
impl Freeze for Rxoicr
impl RefUnwindSafe for Rxoicr
impl Send for Rxoicr
impl Sync for Rxoicr
impl Unpin for Rxoicr
impl UnwindSafe for Rxoicr
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