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