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