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