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