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