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