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