Struct libcdio_sys::pthread_attr_t
source · #[repr(C)]pub struct pthread_attr_t {
pub __size: __BindgenUnionField<[c_char; 36]>,
pub __align: __BindgenUnionField<c_long>,
pub bindgen_union_field: [u32; 9],
}Fields
__size: __BindgenUnionField<[c_char; 36]>__align: __BindgenUnionField<c_long>bindgen_union_field: [u32; 9]Auto Trait Implementations
impl RefUnwindSafe for pthread_attr_t
impl Send for pthread_attr_t
impl Sync for pthread_attr_t
impl Unpin for pthread_attr_t
impl UnwindSafe for pthread_attr_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more