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