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