pub enum UsbPhyInterfaceMode {
Unknown,
Utmi,
UtmiWide,
}Expand description
USB PHY 接口模式
Variants§
Trait Implementations§
Source§impl Clone for UsbPhyInterfaceMode
impl Clone for UsbPhyInterfaceMode
Source§fn clone(&self) -> UsbPhyInterfaceMode
fn clone(&self) -> UsbPhyInterfaceMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UsbPhyInterfaceMode
Source§impl Debug for UsbPhyInterfaceMode
impl Debug for UsbPhyInterfaceMode
Source§impl Default for UsbPhyInterfaceMode
impl Default for UsbPhyInterfaceMode
Source§fn default() -> UsbPhyInterfaceMode
fn default() -> UsbPhyInterfaceMode
Returns the “default value” for a type. Read more
impl Eq for UsbPhyInterfaceMode
Source§impl PartialEq for UsbPhyInterfaceMode
impl PartialEq for UsbPhyInterfaceMode
impl StructuralPartialEq for UsbPhyInterfaceMode
Auto Trait Implementations§
impl Freeze for UsbPhyInterfaceMode
impl RefUnwindSafe for UsbPhyInterfaceMode
impl Send for UsbPhyInterfaceMode
impl Sync for UsbPhyInterfaceMode
impl Unpin for UsbPhyInterfaceMode
impl UnsafeUnpin for UsbPhyInterfaceMode
impl UnwindSafe for UsbPhyInterfaceMode
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