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