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