#[repr(u8)]pub enum Pdd21 {
PDD0 = 0,
PDD1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Pdd21
impl Ord for Pdd21
Source§impl PartialOrd for Pdd21
impl PartialOrd for Pdd21
impl Copy for Pdd21
impl Eq for Pdd21
impl StructuralPartialEq for Pdd21
Auto Trait Implementations§
impl Freeze for Pdd21
impl RefUnwindSafe for Pdd21
impl Send for Pdd21
impl Sync for Pdd21
impl Unpin for Pdd21
impl UnwindSafe for Pdd21
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