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

#[repr(C)]
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

Stream sending to

Valid for recv only

Flags to control sending

ppid field

context field

timetolive for PR-SCTP

valid for recv only

valid for recv only

The association id

Trait Implementations

impl Debug for sctp_sndrcvinfo
[src]

Formats the value using the given formatter.

impl Copy for sctp_sndrcvinfo
[src]

impl Clone for sctp_sndrcvinfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more