#[repr(C)]pub struct aws_event_loop_local_object {
pub key: *const c_void,
pub object: *mut c_void,
pub on_object_removed: aws_event_loop_on_local_object_removed_fn,
}
Fields
key: *const c_void
object: *mut c_void
on_object_removed: aws_event_loop_on_local_object_removed_fn
Trait Implementations
sourceimpl Clone for aws_event_loop_local_object
impl Clone for aws_event_loop_local_object
sourcefn clone(&self) -> aws_event_loop_local_object
fn clone(&self) -> aws_event_loop_local_object
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_local_object
impl Debug for aws_event_loop_local_object
sourceimpl Default for aws_event_loop_local_object
impl Default for aws_event_loop_local_object
sourceimpl PartialEq<aws_event_loop_local_object> for aws_event_loop_local_object
impl PartialEq<aws_event_loop_local_object> for aws_event_loop_local_object
sourcefn eq(&self, other: &aws_event_loop_local_object) -> bool
fn eq(&self, other: &aws_event_loop_local_object) -> bool
impl Copy for aws_event_loop_local_object
impl Eq for aws_event_loop_local_object
impl StructuralEq for aws_event_loop_local_object
impl StructuralPartialEq for aws_event_loop_local_object
Auto Trait Implementations
impl RefUnwindSafe for aws_event_loop_local_object
impl !Send for aws_event_loop_local_object
impl !Sync for aws_event_loop_local_object
impl Unpin for aws_event_loop_local_object
impl UnwindSafe for aws_event_loop_local_object
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