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