pub struct EndpointIsoIn {
pub descriptor: EndpointDescriptor,
/* private fields */
}Fields§
§descriptor: EndpointDescriptorImplementations§
Source§impl EndpointIsoIn
impl EndpointIsoIn
pub fn submit<'a>( &mut self, data: &'a mut [u8], num_iso_packets: usize, ) -> ResultTransfer<'a>
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