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