Enum sctp_proto::DatagramEvent
source · [−]pub enum DatagramEvent {
AssociationEvent(AssociationEvent),
NewAssociation(Association),
}
Expand description
Event resulting from processing a single datagram
Variants
AssociationEvent(AssociationEvent)
The datagram is redirected to its Association
NewAssociation(Association)
The datagram has resulted in starting a new Association
Auto Trait Implementations
impl !RefUnwindSafe for DatagramEvent
impl Send for DatagramEvent
impl Sync for DatagramEvent
impl Unpin for DatagramEvent
impl !UnwindSafe for DatagramEvent
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