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