pub struct EndpointIsoIn { /* private fields */ }Implementations§
Source§impl EndpointIsoIn
impl EndpointIsoIn
pub async fn submit_and_wait( &mut self, packets: &mut [u8], num_packets: usize, ) -> Result<usize, TransferError>
pub fn submit( &mut self, packets: &mut [u8], num_packets: usize, ) -> Result<TransferHandle<'_>, TransferError>
Auto Trait Implementations§
impl Freeze for EndpointIsoIn
impl !RefUnwindSafe for EndpointIsoIn
impl Send for EndpointIsoIn
impl !Sync for EndpointIsoIn
impl Unpin for EndpointIsoIn
impl !UnwindSafe for EndpointIsoIn
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