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