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