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