pub struct EndpointIsoOut {
pub descriptor: EndpointDescriptor,
/* private fields */
}Fields§
§descriptor: EndpointDescriptorImplementations§
Source§impl EndpointIsoOut
impl EndpointIsoOut
pub fn submit<'a>( &mut self, data: &'a [u8], num_iso_packets: usize, ) -> ResultTransfer<'a>
Auto Trait Implementations§
impl Freeze for EndpointIsoOut
impl !RefUnwindSafe for EndpointIsoOut
impl Send for EndpointIsoOut
impl !Sync for EndpointIsoOut
impl Unpin for EndpointIsoOut
impl !UnwindSafe for EndpointIsoOut
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