Enum Lsedrv
#[repr(u8)]pub enum Lsedrv {
Low = 0,
MediumLow = 1,
MediumHigh = 2,
High = 3,
}Variants§
Low = 0
Low driving capability
MediumLow = 1
Medium low driving capability
MediumHigh = 2
Medium high driving capability
High = 3
High driving capability
Implementations§
Trait Implementations§
impl Copy for Lsedrv
impl Eq for Lsedrv
§impl Ord for Lsedrv
impl Ord for Lsedrv
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Lsedrv
impl PartialOrd for Lsedrv
impl StructuralPartialEq for Lsedrv
Auto Trait Implementations§
impl Freeze for Lsedrv
impl RefUnwindSafe for Lsedrv
impl Send for Lsedrv
impl Sync for Lsedrv
impl Unpin for Lsedrv
impl UnsafeUnpin for Lsedrv
impl UnwindSafe for Lsedrv
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