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