#[repr(C)]pub struct aws_thread {
    pub allocator: *mut aws_allocator,
    pub detach_state: aws_thread_detach_state,
    pub thread_id: aws_thread_id_t,
}Fields
allocator: *mut aws_allocatordetach_state: aws_thread_detach_statethread_id: aws_thread_id_tTrait Implementations
sourceimpl Clone for aws_thread
 
impl Clone for aws_thread
sourcefn clone(&self) -> aws_thread
 
fn clone(&self) -> aws_thread
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_thread
 
impl Debug for aws_thread
sourceimpl Default for aws_thread
 
impl Default for aws_thread
sourceimpl PartialEq<aws_thread> for aws_thread
 
impl PartialEq<aws_thread> for aws_thread
sourcefn eq(&self, other: &aws_thread) -> bool
 
fn eq(&self, other: &aws_thread) -> bool
impl Copy for aws_thread
impl Eq for aws_thread
impl StructuralEq for aws_thread
impl StructuralPartialEq for aws_thread
Auto Trait Implementations
impl RefUnwindSafe for aws_thread
impl !Send for aws_thread
impl !Sync for aws_thread
impl Unpin for aws_thread
impl UnwindSafe for aws_thread
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