#[repr(C)]pub struct aws_channel_handler {
pub vtable: *mut aws_channel_handler_vtable,
pub alloc: *mut aws_allocator,
pub slot: *mut aws_channel_slot,
pub impl_: *mut c_void,
}
Fields
vtable: *mut aws_channel_handler_vtable
alloc: *mut aws_allocator
slot: *mut aws_channel_slot
impl_: *mut c_void
Trait Implementations
sourceimpl Clone for aws_channel_handler
impl Clone for aws_channel_handler
sourcefn clone(&self) -> aws_channel_handler
fn clone(&self) -> aws_channel_handler
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_channel_handler
impl Debug for aws_channel_handler
sourceimpl Default for aws_channel_handler
impl Default for aws_channel_handler
sourceimpl PartialEq<aws_channel_handler> for aws_channel_handler
impl PartialEq<aws_channel_handler> for aws_channel_handler
sourcefn eq(&self, other: &aws_channel_handler) -> bool
fn eq(&self, other: &aws_channel_handler) -> bool
impl Copy for aws_channel_handler
impl Eq for aws_channel_handler
impl StructuralEq for aws_channel_handler
impl StructuralPartialEq for aws_channel_handler
Auto Trait Implementations
impl RefUnwindSafe for aws_channel_handler
impl !Send for aws_channel_handler
impl !Sync for aws_channel_handler
impl Unpin for aws_channel_handler
impl UnwindSafe for aws_channel_handler
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