Struct sctp_sys::common::sctp_sndrcvinfo [] [src]

pub struct sctp_sndrcvinfo {
    pub sinfo_stream: u16,
    pub sinfo_ssn: u16,
    pub sinfo_flags: u16,
    pub sinfo_ppid: u32,
    pub sinfo_context: u32,
    pub sinfo_timetolive: u32,
    pub sinfo_tsn: u32,
    pub sinfo_cumtsn: u32,
    pub sinfo_assoc_id: sctp_assoc_t,
}

Fields

sinfo_stream: u16

Stream sending to

sinfo_ssn: u16

Valid for recv only

sinfo_flags: u16

Flags to control sending

sinfo_ppid: u32

ppid field

sinfo_context: u32

context field

sinfo_timetolive: u32

timetolive for PR-SCTP

sinfo_tsn: u32

valid for recv only

sinfo_cumtsn: u32

valid for recv only

sinfo_assoc_id: sctp_assoc_t

The association id

Trait Implementations

impl Clone for sctp_sndrcvinfo
[src]

fn clone(&self) -> sctp_sndrcvinfo

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for sctp_sndrcvinfo
[src]

impl Debug for sctp_sndrcvinfo
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.