pub enum RPDR {
POLL,
_Reserved(u32),
}
Expand description
Possible values of the field RPD
Variants§
Implementations§
Trait Implementations§
impl Copy for RPDR
impl StructuralPartialEq for RPDR
Auto Trait Implementations§
impl Freeze for RPDR
impl RefUnwindSafe for RPDR
impl Send for RPDR
impl Sync for RPDR
impl Unpin for RPDR
impl UnwindSafe for RPDR
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