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