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