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