pub struct Isochronous {}Expand description
Marker for an isochronous endpoint channel.
Trait Implementations§
Source§impl Type for Isochronous
impl Type for Isochronous
Source§fn ep_type() -> EndpointType
fn ep_type() -> EndpointType
Returns the
EndpointType this marker represents.Auto Trait Implementations§
impl Freeze for Isochronous
impl RefUnwindSafe for Isochronous
impl Send for Isochronous
impl Sync for Isochronous
impl Unpin for Isochronous
impl UnwindSafe for Isochronous
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