pub enum ENARP {
Disabled = 0,
Enabled = 1,
}Expand description
ARP enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ENARP
impl Eq for ENARP
impl StructuralPartialEq for ENARP
Auto Trait Implementations§
impl Freeze for ENARP
impl RefUnwindSafe for ENARP
impl Send for ENARP
impl Sync for ENARP
impl Unpin for ENARP
impl UnwindSafe for ENARP
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