#[repr(u8)]pub enum WireoutGpioValid {
Show 16 variants
NOT = 0,
VALID1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
NOT = 0
Not valid
VALID1 = 1
Valid
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Clone for WireoutGpioValid
impl Clone for WireoutGpioValid
Source§fn clone(&self) -> WireoutGpioValid
fn clone(&self) -> WireoutGpioValid
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 WireoutGpioValid
impl Debug for WireoutGpioValid
Source§impl From<WireoutGpioValid> for u8
impl From<WireoutGpioValid> for u8
Source§fn from(val: WireoutGpioValid) -> u8
fn from(val: WireoutGpioValid) -> u8
Converts to this type from the input type.
Source§impl From<u8> for WireoutGpioValid
impl From<u8> for WireoutGpioValid
Source§fn from(val: u8) -> WireoutGpioValid
fn from(val: u8) -> WireoutGpioValid
Converts to this type from the input type.
Source§impl Ord for WireoutGpioValid
impl Ord for WireoutGpioValid
Source§fn cmp(&self, other: &WireoutGpioValid) -> Ordering
fn cmp(&self, other: &WireoutGpioValid) -> 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 WireoutGpioValid
impl PartialEq for WireoutGpioValid
Source§impl PartialOrd for WireoutGpioValid
impl PartialOrd for WireoutGpioValid
impl Copy for WireoutGpioValid
impl Eq for WireoutGpioValid
impl StructuralPartialEq for WireoutGpioValid
Auto Trait Implementations§
impl Freeze for WireoutGpioValid
impl RefUnwindSafe for WireoutGpioValid
impl Send for WireoutGpioValid
impl Sync for WireoutGpioValid
impl Unpin for WireoutGpioValid
impl UnwindSafe for WireoutGpioValid
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