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