#[repr(C)]pub struct sctp_snd_all_completes {
pub sall_stream: u16,
pub sall_flags: u16,
pub sall_ppid: u32,
pub sall_context: u32,
pub sall_num_sent: u32,
pub sall_num_failed: u32,
}Fields§
§sall_stream: u16§sall_flags: u16§sall_ppid: u32§sall_context: u32§sall_num_sent: u32§sall_num_failed: u32Trait Implementations§
Source§impl Clone for sctp_snd_all_completes
impl Clone for sctp_snd_all_completes
Source§fn clone(&self) -> sctp_snd_all_completes
fn clone(&self) -> sctp_snd_all_completes
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_snd_all_completes
impl Debug for sctp_snd_all_completes
impl Copy for sctp_snd_all_completes
Auto Trait Implementations§
impl Freeze for sctp_snd_all_completes
impl RefUnwindSafe for sctp_snd_all_completes
impl Send for sctp_snd_all_completes
impl Sync for sctp_snd_all_completes
impl Unpin for sctp_snd_all_completes
impl UnwindSafe for sctp_snd_all_completes
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