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