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