#[repr(C)]pub struct sctp_assocparams {
pub sasoc_assoc_id: sctp_assoc_t,
pub sasoc_peer_rwnd: u32,
pub sasoc_local_rwnd: u32,
pub sasoc_cookie_life: u32,
pub sasoc_asocmaxrxt: u16,
pub sasoc_number_peer_destinations: u16,
}Fields§
§sasoc_assoc_id: sctp_assoc_t§sasoc_peer_rwnd: u32§sasoc_local_rwnd: u32§sasoc_asocmaxrxt: u16§sasoc_number_peer_destinations: u16Trait Implementations§
Source§impl Clone for sctp_assocparams
impl Clone for sctp_assocparams
Source§fn clone(&self) -> sctp_assocparams
fn clone(&self) -> sctp_assocparams
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 moreSource§impl Debug for sctp_assocparams
impl Debug for sctp_assocparams
impl Copy for sctp_assocparams
Auto Trait Implementations§
impl Freeze for sctp_assocparams
impl RefUnwindSafe for sctp_assocparams
impl Send for sctp_assocparams
impl Sync for sctp_assocparams
impl Unpin for sctp_assocparams
impl UnwindSafe for sctp_assocparams
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