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