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