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