Struct sctp_nxtinfo

#[repr(C)]
pub struct sctp_nxtinfo { pub nxt_sid: __u16, pub nxt_flags: __u16, pub nxt_ppid: __u32, pub nxt_length: __u32, pub nxt_assoc_id: sctp_assoc_t }

Fields

nxt_sid: __u16
nxt_flags: __u16
nxt_ppid: __u32
nxt_length: __u32
nxt_assoc_id: sctp_assoc_t

Trait Implementations

impl Clone for sctp_nxtinfo

fn clone(&self) -> sctp_nxtinfo

impl Copy for sctp_nxtinfo

impl Debug for sctp_nxtinfo

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

impl Eq for sctp_nxtinfo

impl Hash for sctp_nxtinfo

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

impl PartialEq for sctp_nxtinfo

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

impl StructuralPartialEq for sctp_nxtinfo

Auto Trait Implementations

impl Freeze for sctp_nxtinfo

impl RefUnwindSafe for sctp_nxtinfo

impl Send for sctp_nxtinfo

impl Sync for sctp_nxtinfo

impl Unpin for sctp_nxtinfo

impl UnsafeUnpin for sctp_nxtinfo

impl UnwindSafe for sctp_nxtinfo

Blanket Implementations

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

fn type_id(&self) -> TypeId

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

fn borrow(&self) -> &T

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

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

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

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

impl<T> From<T> for sctp_nxtinfo

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for sctp_nxtinfo 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_nxtinfo where U: Into<T>,

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

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

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