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