pub struct TxDesc { /* private fields */ }Expand description
[E1000 3.3.3]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TxDesc
impl RefUnwindSafe for TxDesc
impl Send for TxDesc
impl Sync for TxDesc
impl Unpin for TxDesc
impl UnwindSafe for TxDesc
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