Type Alias cyclors::__pthread_slist_t

source ·
pub type __pthread_slist_t = __pthread_internal_slist;

Aliased Type§

struct __pthread_slist_t {
    pub __next: *mut __pthread_internal_slist,
}

Fields§

§__next: *mut __pthread_internal_slist

Trait Implementations§

source§

impl Clone for __pthread_internal_slist

source§

fn clone(&self) -> __pthread_internal_slist

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for __pthread_internal_slist

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for __pthread_internal_slist