Enum Lsetrim
#[repr(u8)]pub enum Lsetrim {
R54 = 0,
R = 1,
R34 = 2,
R23 = 3,
}Variants§
R54 = 0
current source resistance 5/4 x R
R = 1
current source resistance R
R34 = 2
current source resistance 3/4 x R
R23 = 3
current source resistance 2/3 x R
Implementations§
Trait Implementations§
impl Copy for Lsetrim
impl Eq for Lsetrim
§impl Ord for Lsetrim
impl Ord for Lsetrim
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 Lsetrim
impl PartialOrd for Lsetrim
impl StructuralPartialEq for Lsetrim
Auto Trait Implementations§
impl Freeze for Lsetrim
impl RefUnwindSafe for Lsetrim
impl Send for Lsetrim
impl Sync for Lsetrim
impl Unpin for Lsetrim
impl UnsafeUnpin for Lsetrim
impl UnwindSafe for Lsetrim
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