#[repr(C)]pub struct aws_io_handle {
pub data: aws_io_handle__bindgen_ty_1,
pub additional_data: *mut c_void,
}
Fields
data: aws_io_handle__bindgen_ty_1
additional_data: *mut c_void
Trait Implementations
sourceimpl Clone for aws_io_handle
impl Clone for aws_io_handle
sourcefn clone(&self) -> aws_io_handle
fn clone(&self) -> aws_io_handle
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 Default for aws_io_handle
impl Default for aws_io_handle
impl Copy for aws_io_handle
Auto Trait Implementations
impl RefUnwindSafe for aws_io_handle
impl !Send for aws_io_handle
impl !Sync for aws_io_handle
impl Unpin for aws_io_handle
impl UnwindSafe for aws_io_handle
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