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