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