#[repr(C)]pub struct sctp_pcbinfo {
pub ep_count: u32,
pub asoc_count: u32,
pub laddr_count: u32,
pub raddr_count: u32,
pub chk_count: u32,
pub readq_count: u32,
pub free_chunks: u32,
pub stream_oque: u32,
}Fields§
§ep_count: u32§asoc_count: u32§laddr_count: u32§raddr_count: u32§chk_count: u32§readq_count: u32§free_chunks: u32§stream_oque: u32Trait Implementations§
Source§impl Clone for sctp_pcbinfo
impl Clone for sctp_pcbinfo
Source§fn clone(&self) -> sctp_pcbinfo
fn clone(&self) -> sctp_pcbinfo
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_pcbinfo
impl Debug for sctp_pcbinfo
impl Copy for sctp_pcbinfo
Auto Trait Implementations§
impl Freeze for sctp_pcbinfo
impl RefUnwindSafe for sctp_pcbinfo
impl Send for sctp_pcbinfo
impl Sync for sctp_pcbinfo
impl Unpin for sctp_pcbinfo
impl UnwindSafe for sctp_pcbinfo
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