pub enum LSEDRVR {
LOW,
MEDIUMHIGH,
MEDIUMLOW,
HIGH,
}
Expand description
Possible values of the field LSEDRV
Variants§
LOW
Low drive capacity
MEDIUMHIGH
Medium-high drive capacity
MEDIUMLOW
Medium-low drive capacity
HIGH
High drive capacity
Implementations§
Source§impl LSEDRVR
impl LSEDRVR
Sourcepub fn is_medium_high(&self) -> bool
pub fn is_medium_high(&self) -> bool
Checks if the value of the field is MEDIUMHIGH
Sourcepub fn is_medium_low(&self) -> bool
pub fn is_medium_low(&self) -> bool
Checks if the value of the field is MEDIUMLOW
Trait Implementations§
impl Copy for LSEDRVR
impl StructuralPartialEq for LSEDRVR
Auto Trait Implementations§
impl Freeze for LSEDRVR
impl RefUnwindSafe for LSEDRVR
impl Send for LSEDRVR
impl Sync for LSEDRVR
impl Unpin for LSEDRVR
impl UnwindSafe for LSEDRVR
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