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