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