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