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