#[repr(C)]pub struct utp_context_stats {
pub _nraw_recv: [uint32; 5],
pub _nraw_send: [uint32; 5],
}Fields§
§_nraw_recv: [uint32; 5]§_nraw_send: [uint32; 5]Trait Implementations§
Source§impl Clone for utp_context_stats
impl Clone for utp_context_stats
Source§fn clone(&self) -> utp_context_stats
fn clone(&self) -> utp_context_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_context_stats
impl Debug for utp_context_stats
impl Copy for utp_context_stats
Auto Trait Implementations§
impl Freeze for utp_context_stats
impl RefUnwindSafe for utp_context_stats
impl Send for utp_context_stats
impl Sync for utp_context_stats
impl Unpin for utp_context_stats
impl UnwindSafe for utp_context_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