Enum sctp_rs::Notification
source · pub enum Notification {
AssociationChange(AssociationChange),
Unsupported,
}
Expand description
An enum
representing the notifications received on the SCTP Sockets.
Variants§
AssociationChange(AssociationChange)
Association Change Notification. See Section 6.1.1 of RFC 6458
Unsupported
A Catchall Notification type for the Notifications that are not supported
Trait Implementations§
source§impl Clone for Notification
impl Clone for Notification
source§fn clone(&self) -> Notification
fn clone(&self) -> Notification
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