#[repr(C)]pub struct aws_crt_statistics_tls {
pub category: aws_crt_statistics_category_t,
pub handshake_start_ns: u64,
pub handshake_end_ns: u64,
pub handshake_status: aws_tls_negotiation_status,
}
Expand description
Tls channel handler statistics record
Fields
category: aws_crt_statistics_category_t
handshake_start_ns: u64
handshake_end_ns: u64
handshake_status: aws_tls_negotiation_status
Trait Implementations
sourceimpl Clone for aws_crt_statistics_tls
impl Clone for aws_crt_statistics_tls
sourcefn clone(&self) -> aws_crt_statistics_tls
fn clone(&self) -> aws_crt_statistics_tls
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_tls
impl Debug for aws_crt_statistics_tls
sourceimpl Default for aws_crt_statistics_tls
impl Default for aws_crt_statistics_tls
sourceimpl PartialEq<aws_crt_statistics_tls> for aws_crt_statistics_tls
impl PartialEq<aws_crt_statistics_tls> for aws_crt_statistics_tls
sourcefn eq(&self, other: &aws_crt_statistics_tls) -> bool
fn eq(&self, other: &aws_crt_statistics_tls) -> bool
impl Copy for aws_crt_statistics_tls
impl Eq for aws_crt_statistics_tls
impl StructuralEq for aws_crt_statistics_tls
impl StructuralPartialEq for aws_crt_statistics_tls
Auto Trait Implementations
impl RefUnwindSafe for aws_crt_statistics_tls
impl Send for aws_crt_statistics_tls
impl Sync for aws_crt_statistics_tls
impl Unpin for aws_crt_statistics_tls
impl UnwindSafe for aws_crt_statistics_tls
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