pub enum LSEDRVW {
LOW,
MEDIUMHIGH,
MEDIUMLOW,
HIGH,
}
Expand description
Values that can be written to the field LSEDRV
Variants§
LOW
Low drive capacity
MEDIUMHIGH
Medium-high drive capacity
MEDIUMLOW
Medium-low drive capacity
HIGH
High drive capacity
Auto Trait Implementations§
impl Freeze for LSEDRVW
impl RefUnwindSafe for LSEDRVW
impl Send for LSEDRVW
impl Sync for LSEDRVW
impl Unpin for LSEDRVW
impl UnwindSafe for LSEDRVW
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