#[repr(C)]pub struct aws_event_loop {
pub _address: u8,
}
Expand description
Optional If set, requests that a specific event loop be used to seat the connection, rather than the next one in the event loop group. Useful for serializing all io and external events related to a client onto a single thread.
Fields
_address: u8
Trait Implementations
sourceimpl Clone for aws_event_loop
impl Clone for aws_event_loop
sourcefn clone(&self) -> aws_event_loop
fn clone(&self) -> aws_event_loop
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
impl Debug for aws_event_loop
sourceimpl Default for aws_event_loop
impl Default for aws_event_loop
sourcefn default() -> aws_event_loop
fn default() -> aws_event_loop
Returns the “default value” for a type. Read more
sourceimpl PartialEq<aws_event_loop> for aws_event_loop
impl PartialEq<aws_event_loop> for aws_event_loop
sourcefn eq(&self, other: &aws_event_loop) -> bool
fn eq(&self, other: &aws_event_loop) -> bool
impl Copy for aws_event_loop
impl Eq for aws_event_loop
impl StructuralEq for aws_event_loop
impl StructuralPartialEq for aws_event_loop
Auto Trait Implementations
impl RefUnwindSafe for aws_event_loop
impl Send for aws_event_loop
impl Sync for aws_event_loop
impl Unpin for aws_event_loop
impl UnwindSafe for aws_event_loop
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