Struct sctp_proto::StreamState
source · [−]pub struct StreamState { /* private fields */ }
Expand description
StreamState represents the state of an SCTP stream
Trait Implementations
sourceimpl Debug for StreamState
impl Debug for StreamState
sourceimpl Default for StreamState
impl Default for StreamState
sourcefn default() -> StreamState
fn default() -> StreamState
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for StreamState
impl Send for StreamState
impl Sync for StreamState
impl Unpin for StreamState
impl UnwindSafe for StreamState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more