Enum sctp_rs::AssocChangeState
source · #[repr(u16)]
pub enum AssocChangeState {
CommUp,
CommLost,
Restart,
ShutdownComplete,
CannotStartAssoc,
}
Expand description
Association Change States
Variants§
CommUp
SCTP communication up.
CommLost
SCTP communication lost.
Restart
SCTP communication restarted.
ShutdownComplete
Shutdown complete.
CannotStartAssoc
Cannot start association.
Trait Implementations§
source§impl Clone for AssocChangeState
impl Clone for AssocChangeState
source§fn clone(&self) -> AssocChangeState
fn clone(&self) -> AssocChangeState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more