Struct linux_input_sys::pthread_mutexattr_t [] [src]

#[repr(C)]
pub struct pthread_mutexattr_t { pub __size: __BindgenUnionField<[c_char; 4]>, pub __align: __BindgenUnionField<c_int>, pub bindgen_union_field: u32, }

Fields

Trait Implementations

impl Debug for pthread_mutexattr_t
[src]

Formats the value using the given formatter.

impl Copy for pthread_mutexattr_t
[src]

impl Clone for pthread_mutexattr_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more