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