[][src]Struct usrsctp_sys::sctp_event_subscribe

#[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: u8sctp_association_event: u8sctp_address_event: u8sctp_send_failure_event: u8sctp_peer_error_event: u8sctp_shutdown_event: u8sctp_partial_delivery_event: u8sctp_adaptation_layer_event: u8sctp_authentication_event: u8sctp_sender_dry_event: u8sctp_stream_reset_event: u8

Trait Implementations

impl Clone for sctp_event_subscribe[src]

impl Copy for sctp_event_subscribe[src]

impl Debug for sctp_event_subscribe[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.