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