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