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