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