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