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