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