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