#[repr(C)]pub struct usbd_pipe { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for usbd_pipe
impl RefUnwindSafe for usbd_pipe
impl Send for usbd_pipe
impl Sync for usbd_pipe
impl Unpin for usbd_pipe
impl UnwindSafe for usbd_pipe
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