pub enum WireAdapterInterface {
ControlData,
Isochronous,
}Variants§
Trait Implementations§
Source§impl Clone for WireAdapterInterface
impl Clone for WireAdapterInterface
Source§fn clone(&self) -> WireAdapterInterface
fn clone(&self) -> WireAdapterInterface
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 WireAdapterInterface
impl Debug for WireAdapterInterface
impl Copy for WireAdapterInterface
Auto Trait Implementations§
impl Freeze for WireAdapterInterface
impl RefUnwindSafe for WireAdapterInterface
impl Send for WireAdapterInterface
impl Sync for WireAdapterInterface
impl Unpin for WireAdapterInterface
impl UnwindSafe for WireAdapterInterface
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