pub struct EndpointBulkIn {
pub descriptor: EndpointDescriptor,
/* private fields */
}Fields§
§descriptor: EndpointDescriptorImplementations§
Source§impl EndpointBulkIn
impl EndpointBulkIn
pub fn submit<'a>(&mut self, data: &'a mut [u8]) -> ResultTransfer<'a>
Auto Trait Implementations§
impl Freeze for EndpointBulkIn
impl !RefUnwindSafe for EndpointBulkIn
impl Send for EndpointBulkIn
impl !Sync for EndpointBulkIn
impl Unpin for EndpointBulkIn
impl !UnwindSafe for EndpointBulkIn
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