pub enum ProductTypePartnerUfp {
NotUfp,
PdUsbHub,
PdUsbPeripheral,
Psd,
Unknown(u8),
}Variants§
Trait Implementations§
Source§impl Clone for ProductTypePartnerUfp
impl Clone for ProductTypePartnerUfp
Source§fn clone(&self) -> ProductTypePartnerUfp
fn clone(&self) -> ProductTypePartnerUfp
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 ProductTypePartnerUfp
impl Debug for ProductTypePartnerUfp
Source§impl PartialEq for ProductTypePartnerUfp
impl PartialEq for ProductTypePartnerUfp
impl Copy for ProductTypePartnerUfp
impl Eq for ProductTypePartnerUfp
impl StructuralPartialEq for ProductTypePartnerUfp
Auto Trait Implementations§
impl Freeze for ProductTypePartnerUfp
impl RefUnwindSafe for ProductTypePartnerUfp
impl Send for ProductTypePartnerUfp
impl Sync for ProductTypePartnerUfp
impl Unpin for ProductTypePartnerUfp
impl UnwindSafe for ProductTypePartnerUfp
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