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