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