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