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