Struct rtc_sctp::StreamState
source · pub struct StreamState { /* private fields */ }
Expand description
StreamState represents the state of an SCTP stream
Trait Implementations§
source§impl Debug for StreamState
impl Debug for StreamState
source§impl Default for StreamState
impl Default for StreamState
source§fn 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§
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