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