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