pub enum MiscellaneousType {
ActiveSync,
PalmSync,
InterfaceAssociation,
WireAdapterMultifunction,
CableBasedAssociation,
Rndis(RndisType),
Usb3Vision(VisionInterface),
Step(StepType),
DvbCi(DvbInterface),
}Variants§
ActiveSync
PalmSync
InterfaceAssociation
WireAdapterMultifunction
CableBasedAssociation
Rndis(RndisType)
Usb3Vision(VisionInterface)
Step(StepType)
DvbCi(DvbInterface)
Trait Implementations§
Source§impl Clone for MiscellaneousType
impl Clone for MiscellaneousType
Source§fn clone(&self) -> MiscellaneousType
fn clone(&self) -> MiscellaneousType
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 MiscellaneousType
impl Debug for MiscellaneousType
impl Copy for MiscellaneousType
Auto Trait Implementations§
impl Freeze for MiscellaneousType
impl RefUnwindSafe for MiscellaneousType
impl Send for MiscellaneousType
impl Sync for MiscellaneousType
impl Unpin for MiscellaneousType
impl UnwindSafe for MiscellaneousType
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