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