#[repr(C)]pub struct aws_tls_ctx {
pub alloc: *mut aws_allocator,
pub impl_: *mut c_void,
pub ref_count: aws_ref_count,
}
Fields
alloc: *mut aws_allocator
impl_: *mut c_void
ref_count: aws_ref_count
Trait Implementations
sourceimpl Clone for aws_tls_ctx
impl Clone for aws_tls_ctx
sourcefn clone(&self) -> aws_tls_ctx
fn clone(&self) -> aws_tls_ctx
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_tls_ctx
impl Debug for aws_tls_ctx
sourceimpl Default for aws_tls_ctx
impl Default for aws_tls_ctx
sourceimpl PartialEq<aws_tls_ctx> for aws_tls_ctx
impl PartialEq<aws_tls_ctx> for aws_tls_ctx
sourcefn eq(&self, other: &aws_tls_ctx) -> bool
fn eq(&self, other: &aws_tls_ctx) -> bool
impl Copy for aws_tls_ctx
impl Eq for aws_tls_ctx
impl StructuralEq for aws_tls_ctx
impl StructuralPartialEq for aws_tls_ctx
Auto Trait Implementations
impl RefUnwindSafe for aws_tls_ctx
impl !Send for aws_tls_ctx
impl !Sync for aws_tls_ctx
impl Unpin for aws_tls_ctx
impl UnwindSafe for aws_tls_ctx
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