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