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