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