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