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