#[repr(C)]pub struct utp_socket_stats {
pub nbytes_recv: uint64,
pub nbytes_xmit: uint64,
pub rexmit: uint32,
pub fastrexmit: uint32,
pub nxmit: uint32,
pub nrecv: uint32,
pub nduprecv: uint32,
pub mtu_guess: uint32,
}Fields§
§nbytes_recv: uint64§nbytes_xmit: uint64§rexmit: uint32§fastrexmit: uint32§nxmit: uint32§nrecv: uint32§nduprecv: uint32§mtu_guess: uint32Trait Implementations§
Source§impl Clone for utp_socket_stats
impl Clone for utp_socket_stats
Source§fn clone(&self) -> utp_socket_stats
fn clone(&self) -> utp_socket_stats
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 utp_socket_stats
impl Debug for utp_socket_stats
impl Copy for utp_socket_stats
Auto Trait Implementations§
impl Freeze for utp_socket_stats
impl RefUnwindSafe for utp_socket_stats
impl Send for utp_socket_stats
impl Sync for utp_socket_stats
impl Unpin for utp_socket_stats
impl UnwindSafe for utp_socket_stats
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