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