rusteron_archive::bindings

Type Alias aeron_thread_attr_t

Source
pub type aeron_thread_attr_t = pthread_attr_t;

Aliased Type§

union aeron_thread_attr_t {
    pub __size: [i8; 56],
    pub __align: i64,
}

Fields§

§__size: [i8; 56]§__align: i64

Trait Implementations

Source§

impl Clone for pthread_attr_t

Source§

fn clone(&self) -> pthread_attr_t

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 Default for pthread_attr_t

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for pthread_attr_t