#[repr(C)]pub struct sctp_event_subscribe {
pub sctp_data_io_event: u8,
pub sctp_association_event: u8,
pub sctp_address_event: u8,
pub sctp_send_failure_event: u8,
pub sctp_peer_error_event: u8,
pub sctp_shutdown_event: u8,
pub sctp_partial_delivery_event: u8,
pub sctp_adaptation_layer_event: u8,
pub sctp_authentication_event: u8,
pub sctp_sender_dry_event: u8,
pub sctp_stream_reset_event: u8,
}Fields§
§sctp_data_io_event: u8§sctp_association_event: u8§sctp_address_event: u8§sctp_send_failure_event: u8§sctp_peer_error_event: u8§sctp_shutdown_event: u8§sctp_partial_delivery_event: u8§sctp_adaptation_layer_event: u8§sctp_authentication_event: u8§sctp_sender_dry_event: u8§sctp_stream_reset_event: u8Trait Implementations§
Source§impl Clone for sctp_event_subscribe
impl Clone for sctp_event_subscribe
Source§fn clone(&self) -> sctp_event_subscribe
fn clone(&self) -> sctp_event_subscribe
Returns a duplicate 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 moreSource§impl Debug for sctp_event_subscribe
impl Debug for sctp_event_subscribe
impl Copy for sctp_event_subscribe
Auto Trait Implementations§
impl Freeze for sctp_event_subscribe
impl RefUnwindSafe for sctp_event_subscribe
impl Send for sctp_event_subscribe
impl Sync for sctp_event_subscribe
impl Unpin for sctp_event_subscribe
impl UnwindSafe for sctp_event_subscribe
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