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