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