#[repr(u8)]pub enum RxSetEnvadj {
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 RxSetEnvadj
impl RxSetEnvadj
Trait Implementations§
Source§impl Clone for RxSetEnvadj
impl Clone for RxSetEnvadj
Source§fn clone(&self) -> RxSetEnvadj
fn clone(&self) -> RxSetEnvadj
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 RxSetEnvadj
impl Debug for RxSetEnvadj
Source§impl From<RxSetEnvadj> for u8
impl From<RxSetEnvadj> for u8
Source§fn from(val: RxSetEnvadj) -> u8
fn from(val: RxSetEnvadj) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RxSetEnvadj
impl From<u8> for RxSetEnvadj
Source§fn from(val: u8) -> RxSetEnvadj
fn from(val: u8) -> RxSetEnvadj
Converts to this type from the input type.
Source§impl Ord for RxSetEnvadj
impl Ord for RxSetEnvadj
Source§fn cmp(&self, other: &RxSetEnvadj) -> Ordering
fn cmp(&self, other: &RxSetEnvadj) -> 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 RxSetEnvadj
impl PartialEq for RxSetEnvadj
Source§impl PartialOrd for RxSetEnvadj
impl PartialOrd for RxSetEnvadj
impl Copy for RxSetEnvadj
impl Eq for RxSetEnvadj
impl StructuralPartialEq for RxSetEnvadj
Auto Trait Implementations§
impl Freeze for RxSetEnvadj
impl RefUnwindSafe for RxSetEnvadj
impl Send for RxSetEnvadj
impl Sync for RxSetEnvadj
impl Unpin for RxSetEnvadj
impl UnwindSafe for RxSetEnvadj
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