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