pub enum VLLSMW {
_000,
_001,
_010,
_011,
}Expand description
Values that can be written to the field VLLSM
Variants§
Auto Trait Implementations§
impl Freeze for VLLSMW
impl RefUnwindSafe for VLLSMW
impl Send for VLLSMW
impl Sync for VLLSMW
impl Unpin for VLLSMW
impl UnwindSafe for VLLSMW
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