pub struct EndpointBulkOut { /* private fields */ }Implementations§
Source§impl EndpointBulkOut
impl EndpointBulkOut
pub async fn submit_and_wait( &mut self, buff: &[u8], ) -> Result<usize, TransferError>
pub fn submit( &mut self, buff: &[u8], ) -> Result<TransferHandle<'_>, TransferError>
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