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