#[repr(C)]pub struct sctp_send_failed_event {
pub ssfe_type: u16,
pub ssfe_flags: u16,
pub ssfe_length: u32,
pub ssfe_error: u32,
pub ssfe_info: sctp_sndinfo,
pub ssfe_assoc_id: sctp_assoc_t,
pub ssfe_data: [u8; 0],
}Fields§
§ssfe_type: u16§ssfe_flags: u16§ssfe_length: u32§ssfe_error: u32§ssfe_info: sctp_sndinfo§ssfe_assoc_id: sctp_assoc_t§ssfe_data: [u8; 0]Trait Implementations§
Source§impl Clone for sctp_send_failed_event
impl Clone for sctp_send_failed_event
Source§fn clone(&self) -> sctp_send_failed_event
fn clone(&self) -> sctp_send_failed_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_send_failed_event
impl Debug for sctp_send_failed_event
impl Copy for sctp_send_failed_event
Auto Trait Implementations§
impl Freeze for sctp_send_failed_event
impl RefUnwindSafe for sctp_send_failed_event
impl Send for sctp_send_failed_event
impl Sync for sctp_send_failed_event
impl Unpin for sctp_send_failed_event
impl UnwindSafe for sctp_send_failed_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