#[repr(C)]pub struct Union_pthread_attr_t {
pub _bindgen_data_: [u64; 7],
}
Fields§
§_bindgen_data_: [u64; 7]
Implementations§
Trait Implementations§
Source§impl Clone for Union_pthread_attr_t
impl Clone for Union_pthread_attr_t
Source§impl Default for Union_pthread_attr_t
impl Default for Union_pthread_attr_t
impl Copy for Union_pthread_attr_t
Auto Trait Implementations§
impl Freeze for Union_pthread_attr_t
impl RefUnwindSafe for Union_pthread_attr_t
impl Send for Union_pthread_attr_t
impl Sync for Union_pthread_attr_t
impl Unpin for Union_pthread_attr_t
impl UnwindSafe for Union_pthread_attr_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more