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