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