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