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