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