#[repr(C)]pub struct aws_event_loop_options {
pub clock: aws_io_clock_fn,
pub thread_options: *mut aws_thread_options,
}
Fields
clock: aws_io_clock_fn
thread_options: *mut aws_thread_options
Trait Implementations
sourceimpl Clone for aws_event_loop_options
impl Clone for aws_event_loop_options
sourcefn clone(&self) -> aws_event_loop_options
fn clone(&self) -> aws_event_loop_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 Debug for aws_event_loop_options
impl Debug for aws_event_loop_options
sourceimpl Default for aws_event_loop_options
impl Default for aws_event_loop_options
sourceimpl PartialEq<aws_event_loop_options> for aws_event_loop_options
impl PartialEq<aws_event_loop_options> for aws_event_loop_options
sourcefn eq(&self, other: &aws_event_loop_options) -> bool
fn eq(&self, other: &aws_event_loop_options) -> bool
impl Copy for aws_event_loop_options
impl Eq for aws_event_loop_options
impl StructuralEq for aws_event_loop_options
impl StructuralPartialEq for aws_event_loop_options
Auto Trait Implementations
impl RefUnwindSafe for aws_event_loop_options
impl !Send for aws_event_loop_options
impl !Sync for aws_event_loop_options
impl Unpin for aws_event_loop_options
impl UnwindSafe for aws_event_loop_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