Enum PnetEn
pub enum PnetEn {
_0 = 0,
_1 = 1,
}Expand description
Pretended Networking Enable
Value on reset: 0
Variants§
Trait Implementations§
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