pub enum EWIR {
ENABLE,
_Reserved(bool),
}
Expand description
Possible values of the field EWI
Variants§
Implementations§
Trait Implementations§
impl Copy for EWIR
impl StructuralPartialEq for EWIR
Auto Trait Implementations§
impl Freeze for EWIR
impl RefUnwindSafe for EWIR
impl Send for EWIR
impl Sync for EWIR
impl Unpin for EWIR
impl UnwindSafe for EWIR
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