pub enum ANFOFFW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field ANFOFF
Variants§
Auto Trait Implementations§
impl Freeze for ANFOFFW
impl RefUnwindSafe for ANFOFFW
impl Send for ANFOFFW
impl Sync for ANFOFFW
impl Unpin for ANFOFFW
impl UnwindSafe for ANFOFFW
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