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