#[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§
Source§impl Clone for sctp_nxtinfo
impl Clone for sctp_nxtinfo
Source§fn clone(&self) -> sctp_nxtinfo
fn clone(&self) -> sctp_nxtinfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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 UnwindSafe for sctp_nxtinfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes