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