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