Struct wisp_mux::MuxStreamCloser
source · pub struct MuxStreamCloser {
pub stream_id: u32,
/* private fields */
}
Expand description
Close handle for a multiplexor stream.
Fields§
§stream_id: u32
ID of the stream.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MuxStreamCloser
impl Send for MuxStreamCloser
impl Sync for MuxStreamCloser
impl Unpin for MuxStreamCloser
impl !UnwindSafe for MuxStreamCloser
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