Struct binaryen_sys::__pthread_internal_list [−][src]
#[repr(C)]pub struct __pthread_internal_list { pub __prev: *mut __pthread_internal_list, pub __next: *mut __pthread_internal_list, }
Fields
__prev: *mut __pthread_internal_list
__next: *mut __pthread_internal_list
Trait Implementations
impl Debug for __pthread_internal_list[src]
impl Debug for __pthread_internal_listfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for __pthread_internal_list[src]
impl Copy for __pthread_internal_listimpl Clone for __pthread_internal_list[src]
impl Clone for __pthread_internal_listAuto Trait Implementations
impl !Send for __pthread_internal_list
impl !Send for __pthread_internal_listimpl !Sync for __pthread_internal_list
impl !Sync for __pthread_internal_list