#[repr(u8)]pub enum RxClrEnvadj {
VALUE0 = 0,
VALUE1 = 1,
VALUE2 = 2,
VALUE3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
VALUE0 = 0
Trip-Level Voltage is 0.1000 V
VALUE1 = 1
Trip-Level Voltage is 0.1125 V
VALUE2 = 2
Trip-Level Voltage is 0.1250 V
VALUE3 = 3
Trip-Level Voltage is 0.0875 V
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Source§impl RxClrEnvadj
impl RxClrEnvadj
Trait Implementations§
Source§impl Clone for RxClrEnvadj
impl Clone for RxClrEnvadj
Source§fn clone(&self) -> RxClrEnvadj
fn clone(&self) -> RxClrEnvadj
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RxClrEnvadj
impl Debug for RxClrEnvadj
Source§impl From<RxClrEnvadj> for u8
impl From<RxClrEnvadj> for u8
Source§fn from(val: RxClrEnvadj) -> u8
fn from(val: RxClrEnvadj) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RxClrEnvadj
impl From<u8> for RxClrEnvadj
Source§fn from(val: u8) -> RxClrEnvadj
fn from(val: u8) -> RxClrEnvadj
Converts to this type from the input type.
Source§impl Ord for RxClrEnvadj
impl Ord for RxClrEnvadj
Source§fn cmp(&self, other: &RxClrEnvadj) -> Ordering
fn cmp(&self, other: &RxClrEnvadj) -> Ordering
1.21.0 · 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
Source§impl PartialEq for RxClrEnvadj
impl PartialEq for RxClrEnvadj
Source§impl PartialOrd for RxClrEnvadj
impl PartialOrd for RxClrEnvadj
impl Copy for RxClrEnvadj
impl Eq for RxClrEnvadj
impl StructuralPartialEq for RxClrEnvadj
Auto Trait Implementations§
impl Freeze for RxClrEnvadj
impl RefUnwindSafe for RxClrEnvadj
impl Send for RxClrEnvadj
impl Sync for RxClrEnvadj
impl Unpin for RxClrEnvadj
impl UnwindSafe for RxClrEnvadj
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