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