#[repr(C)]pub struct aws_host_resolver_default_options {
pub max_entries: usize,
pub el_group: *mut aws_event_loop_group,
pub shutdown_options: *const aws_shutdown_callback_options,
pub system_clock_override_fn: aws_io_clock_fn,
}
Fields
max_entries: usize
el_group: *mut aws_event_loop_group
shutdown_options: *const aws_shutdown_callback_options
system_clock_override_fn: aws_io_clock_fn
Trait Implementations
sourceimpl Clone for aws_host_resolver_default_options
impl Clone for aws_host_resolver_default_options
sourcefn clone(&self) -> aws_host_resolver_default_options
fn clone(&self) -> aws_host_resolver_default_options
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 PartialEq<aws_host_resolver_default_options> for aws_host_resolver_default_options
impl PartialEq<aws_host_resolver_default_options> for aws_host_resolver_default_options
sourcefn eq(&self, other: &aws_host_resolver_default_options) -> bool
fn eq(&self, other: &aws_host_resolver_default_options) -> bool
impl Copy for aws_host_resolver_default_options
impl Eq for aws_host_resolver_default_options
impl StructuralEq for aws_host_resolver_default_options
impl StructuralPartialEq for aws_host_resolver_default_options
Auto Trait Implementations
impl RefUnwindSafe for aws_host_resolver_default_options
impl !Send for aws_host_resolver_default_options
impl !Sync for aws_host_resolver_default_options
impl Unpin for aws_host_resolver_default_options
impl UnwindSafe for aws_host_resolver_default_options
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