pub enum TPDW {
POLL,
}
Expand description
Values that can be written to the field TPD
Variants§
POLL
Poll the transmit descriptor list
Auto Trait Implementations§
impl Freeze for TPDW
impl RefUnwindSafe for TPDW
impl Send for TPDW
impl Sync for TPDW
impl Unpin for TPDW
impl UnwindSafe for TPDW
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