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