pub struct BulkInterface { /* private fields */ }
Expand description
Index of a single USB “interface”, with its associated IN and OUT endpoints. Used to instantiate e.g. SPI trait.
Trait Implementations§
Source§impl Clone for BulkInterface
impl Clone for BulkInterface
Source§fn clone(&self) -> BulkInterface
fn clone(&self) -> BulkInterface
Returns a copy 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 moreimpl Copy for BulkInterface
Auto Trait Implementations§
impl Freeze for BulkInterface
impl RefUnwindSafe for BulkInterface
impl Send for BulkInterface
impl Sync for BulkInterface
impl Unpin for BulkInterface
impl UnwindSafe for BulkInterface
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