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