Struct sctp_proto::AssociationEvent
source · pub struct AssociationEvent(/* private fields */);
Expand description
Events sent from an Endpoint to an Association
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AssociationEvent
impl RefUnwindSafe for AssociationEvent
impl Send for AssociationEvent
impl Sync for AssociationEvent
impl Unpin for AssociationEvent
impl UnwindSafe for AssociationEvent
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