#[repr(C)]pub struct sctp_sendv_spa {
pub sendv_flags: u32,
pub sendv_sndinfo: sctp_sndinfo,
pub sendv_prinfo: sctp_prinfo,
pub sendv_authinfo: sctp_authinfo,
}Fields§
§sendv_flags: u32§sendv_sndinfo: sctp_sndinfo§sendv_prinfo: sctp_prinfo§sendv_authinfo: sctp_authinfoTrait Implementations§
Source§impl Clone for sctp_sendv_spa
impl Clone for sctp_sendv_spa
Source§fn clone(&self) -> sctp_sendv_spa
fn clone(&self) -> sctp_sendv_spa
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_sendv_spa
impl Debug for sctp_sendv_spa
impl Copy for sctp_sendv_spa
Auto Trait Implementations§
impl Freeze for sctp_sendv_spa
impl RefUnwindSafe for sctp_sendv_spa
impl Send for sctp_sendv_spa
impl Sync for sctp_sendv_spa
impl Unpin for sctp_sendv_spa
impl UnwindSafe for sctp_sendv_spa
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