Struct sctp_sndrcvinfo

#[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

sinfo_stream: __u16
sinfo_ssn: __u16
sinfo_flags: __u16
sinfo_ppid: __u32
sinfo_context: __u32
sinfo_timetolive: __u32
sinfo_tsn: __u32
sinfo_cumtsn: __u32
sinfo_assoc_id: sctp_assoc_t

Trait Implementations

impl Clone for sctp_sndrcvinfo

fn clone(&self) -> sctp_sndrcvinfo

impl Copy for sctp_sndrcvinfo

impl Debug for sctp_sndrcvinfo

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for sctp_sndrcvinfo

impl Hash for sctp_sndrcvinfo

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for sctp_sndrcvinfo

fn eq(&self, other: &sctp_sndrcvinfo) -> bool

impl StructuralPartialEq for sctp_sndrcvinfo

Auto Trait Implementations

impl Freeze for sctp_sndrcvinfo

impl RefUnwindSafe for sctp_sndrcvinfo

impl Send for sctp_sndrcvinfo

impl Sync for sctp_sndrcvinfo

impl Unpin for sctp_sndrcvinfo

impl UnsafeUnpin for sctp_sndrcvinfo

impl UnwindSafe for sctp_sndrcvinfo

Blanket Implementations

impl<T> Any for sctp_sndrcvinfo where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for sctp_sndrcvinfo where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for sctp_sndrcvinfo where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for sctp_sndrcvinfo where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for sctp_sndrcvinfo

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for sctp_sndrcvinfo where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for sctp_sndrcvinfo where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for sctp_sndrcvinfo where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>