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