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