pub enum Dwc2UtmiWidth {
Eight,
Sixteen,
Auto,
}Variants§
Trait Implementations§
Source§impl Clone for Dwc2UtmiWidth
impl Clone for Dwc2UtmiWidth
Source§fn clone(&self) -> Dwc2UtmiWidth
fn clone(&self) -> Dwc2UtmiWidth
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 Dwc2UtmiWidth
Source§impl Debug for Dwc2UtmiWidth
impl Debug for Dwc2UtmiWidth
impl Eq for Dwc2UtmiWidth
Source§impl PartialEq for Dwc2UtmiWidth
impl PartialEq for Dwc2UtmiWidth
impl StructuralPartialEq for Dwc2UtmiWidth
Auto Trait Implementations§
impl Freeze for Dwc2UtmiWidth
impl RefUnwindSafe for Dwc2UtmiWidth
impl Send for Dwc2UtmiWidth
impl Sync for Dwc2UtmiWidth
impl Unpin for Dwc2UtmiWidth
impl UnsafeUnpin for Dwc2UtmiWidth
impl UnwindSafe for Dwc2UtmiWidth
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