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