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