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