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