pub enum EF_A {
DISABLED = 0,
ENABLED = 1,
}Expand description
Enable function
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EF_A
impl StructuralPartialEq for EF_A
Auto Trait Implementations§
impl Freeze for EF_A
impl RefUnwindSafe for EF_A
impl Send for EF_A
impl Sync for EF_A
impl Unpin for EF_A
impl UnwindSafe for EF_A
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