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