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