#[repr(C)]pub struct sctp_pdapi_event {
pub pdapi_type: u16,
pub pdapi_flags: u16,
pub pdapi_length: u32,
pub pdapi_indication: u32,
pub pdapi_stream: u16,
pub pdapi_seq: u16,
pub pdapi_assoc_id: sctp_assoc_t,
}Fields§
§pdapi_type: u16§pdapi_flags: u16§pdapi_length: u32§pdapi_indication: u32§pdapi_stream: u16§pdapi_seq: u16§pdapi_assoc_id: sctp_assoc_tTrait Implementations§
Source§impl Clone for sctp_pdapi_event
impl Clone for sctp_pdapi_event
Source§fn clone(&self) -> sctp_pdapi_event
fn clone(&self) -> sctp_pdapi_event
Returns a duplicate 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 moreSource§impl Debug for sctp_pdapi_event
impl Debug for sctp_pdapi_event
impl Copy for sctp_pdapi_event
Auto Trait Implementations§
impl Freeze for sctp_pdapi_event
impl RefUnwindSafe for sctp_pdapi_event
impl Send for sctp_pdapi_event
impl Sync for sctp_pdapi_event
impl Unpin for sctp_pdapi_event
impl UnwindSafe for sctp_pdapi_event
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