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