pub struct EndpointInterruptOut { /* private fields */ }Implementations§
Source§impl EndpointInterruptOut
impl EndpointInterruptOut
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 EndpointInterruptOut
impl !RefUnwindSafe for EndpointInterruptOut
impl Send for EndpointInterruptOut
impl !Sync for EndpointInterruptOut
impl Unpin for EndpointInterruptOut
impl !UnwindSafe for EndpointInterruptOut
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