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
impl Clone for pthread_attr_t
Source§fn clone(&self) -> pthread_attr_t
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more