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