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