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