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