Enum webrtc_sctp::stack::association::AssociationState [−][src]
pub enum AssociationState {
Listen,
Closed,
CookieWait,
CookieEchoed,
Established,
ShutdownPending,
ShutdownSent,
ShutdownReceived,
ShutdownAckSent,
}Variants
ListenClosedCookieWaitCookieEchoedEstablishedShutdownPendingShutdownSentShutdownReceivedShutdownAckSent
Trait Implementations
impl Clone for AssociationState[src]
impl Clone for AssociationStatefn clone(&self) -> AssociationState[src]
fn clone(&self) -> AssociationStateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for AssociationState[src]
impl Copy for AssociationStateimpl Debug for AssociationState[src]
impl Debug for AssociationStatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AssociationState[src]
impl PartialEq for AssociationStateAuto Trait Implementations
impl Send for AssociationState
impl Send for AssociationStateimpl Sync for AssociationState
impl Sync for AssociationState