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