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