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