#[repr(C)]pub struct aws_channel_task {
pub wrapper_task: aws_task,
pub task_fn: aws_channel_task_fn,
pub arg: *mut c_void,
pub type_tag: *const c_char,
pub node: aws_linked_list_node,
}
Fields
wrapper_task: aws_task
task_fn: aws_channel_task_fn
arg: *mut c_void
type_tag: *const c_char
node: aws_linked_list_node
Trait Implementations
sourceimpl Clone for aws_channel_task
impl Clone for aws_channel_task
sourcefn clone(&self) -> aws_channel_task
fn clone(&self) -> aws_channel_task
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_channel_task
impl Default for aws_channel_task
impl Copy for aws_channel_task
Auto Trait Implementations
impl RefUnwindSafe for aws_channel_task
impl !Send for aws_channel_task
impl !Sync for aws_channel_task
impl Unpin for aws_channel_task
impl UnwindSafe for aws_channel_task
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