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