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