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