#[repr(C)]pub struct sctp_sockstat {
pub ss_assoc_id: sctp_assoc_t,
pub ss_total_sndbuf: u32,
pub ss_total_recv_buf: u32,
}Fields§
§ss_assoc_id: sctp_assoc_t§ss_total_sndbuf: u32§ss_total_recv_buf: u32Trait Implementations§
Source§impl Clone for sctp_sockstat
impl Clone for sctp_sockstat
Source§fn clone(&self) -> sctp_sockstat
fn clone(&self) -> sctp_sockstat
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_sockstat
impl Debug for sctp_sockstat
impl Copy for sctp_sockstat
Auto Trait Implementations§
impl Freeze for sctp_sockstat
impl RefUnwindSafe for sctp_sockstat
impl Send for sctp_sockstat
impl Sync for sctp_sockstat
impl Unpin for sctp_sockstat
impl UnwindSafe for sctp_sockstat
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