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