#[repr(C)]pub struct usbd_interface { /* private fields */ }
Trait Implementations§
Source§impl Clone for usbd_interface
impl Clone for usbd_interface
Source§fn clone(&self) -> usbd_interface
fn clone(&self) -> usbd_interface
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 usbd_interface
impl Debug for usbd_interface
impl Copy for usbd_interface
Auto Trait Implementations§
impl Freeze for usbd_interface
impl RefUnwindSafe for usbd_interface
impl Send for usbd_interface
impl Sync for usbd_interface
impl Unpin for usbd_interface
impl UnwindSafe for usbd_interface
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