#[repr(C)]pub struct aws_crt_statistics_socket {
pub category: aws_crt_statistics_category_t,
pub bytes_read: u64,
pub bytes_written: u64,
}
Expand description
Socket channel handler statistics record
Fields
category: aws_crt_statistics_category_t
bytes_read: u64
bytes_written: u64
Trait Implementations
sourceimpl Clone for aws_crt_statistics_socket
impl Clone for aws_crt_statistics_socket
sourcefn clone(&self) -> aws_crt_statistics_socket
fn clone(&self) -> aws_crt_statistics_socket
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_crt_statistics_socket
impl Debug for aws_crt_statistics_socket
sourceimpl Default for aws_crt_statistics_socket
impl Default for aws_crt_statistics_socket
sourcefn default() -> aws_crt_statistics_socket
fn default() -> aws_crt_statistics_socket
Returns the “default value” for a type. Read more
sourceimpl PartialEq<aws_crt_statistics_socket> for aws_crt_statistics_socket
impl PartialEq<aws_crt_statistics_socket> for aws_crt_statistics_socket
sourcefn eq(&self, other: &aws_crt_statistics_socket) -> bool
fn eq(&self, other: &aws_crt_statistics_socket) -> bool
impl Copy for aws_crt_statistics_socket
impl Eq for aws_crt_statistics_socket
impl StructuralEq for aws_crt_statistics_socket
impl StructuralPartialEq for aws_crt_statistics_socket
Auto Trait Implementations
impl RefUnwindSafe for aws_crt_statistics_socket
impl Send for aws_crt_statistics_socket
impl Sync for aws_crt_statistics_socket
impl Unpin for aws_crt_statistics_socket
impl UnwindSafe for aws_crt_statistics_socket
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more