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