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