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