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