#[repr(u8)]pub enum RxTogEnvadj {
ENVADJ_0 = 0,
ENVADJ_1 = 1,
ENVADJ_2 = 2,
ENVADJ_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
ENVADJ_0 = 0
Trip-Level Voltage is 0.1000 V
ENVADJ_1 = 1
Trip-Level Voltage is 0.1125 V
ENVADJ_2 = 2
Trip-Level Voltage is 0.1250 V
ENVADJ_3 = 3
Trip-Level Voltage is 0.0875 V
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Source§impl RxTogEnvadj
impl RxTogEnvadj
Trait Implementations§
Source§impl Clone for RxTogEnvadj
impl Clone for RxTogEnvadj
Source§fn clone(&self) -> RxTogEnvadj
fn clone(&self) -> RxTogEnvadj
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 RxTogEnvadj
impl Debug for RxTogEnvadj
Source§impl From<RxTogEnvadj> for u8
impl From<RxTogEnvadj> for u8
Source§fn from(val: RxTogEnvadj) -> u8
fn from(val: RxTogEnvadj) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RxTogEnvadj
impl From<u8> for RxTogEnvadj
Source§fn from(val: u8) -> RxTogEnvadj
fn from(val: u8) -> RxTogEnvadj
Converts to this type from the input type.
Source§impl Ord for RxTogEnvadj
impl Ord for RxTogEnvadj
Source§fn cmp(&self, other: &RxTogEnvadj) -> Ordering
fn cmp(&self, other: &RxTogEnvadj) -> 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 RxTogEnvadj
impl PartialEq for RxTogEnvadj
Source§impl PartialOrd for RxTogEnvadj
impl PartialOrd for RxTogEnvadj
impl Copy for RxTogEnvadj
impl Eq for RxTogEnvadj
impl StructuralPartialEq for RxTogEnvadj
Auto Trait Implementations§
impl Freeze for RxTogEnvadj
impl RefUnwindSafe for RxTogEnvadj
impl Send for RxTogEnvadj
impl Sync for RxTogEnvadj
impl Unpin for RxTogEnvadj
impl UnwindSafe for RxTogEnvadj
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