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