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