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