#[repr(C)]
pub union cpthread_attr_t {
pub __size: [c_char; 56],
pub __align: c_long,
}
Fields§
§__size: [c_char; 56]
§__align: c_long
Trait Implementations§
Source§impl Clone for cpthread_attr_t
impl Clone for cpthread_attr_t
Source§fn clone(&self) -> cpthread_attr_t
fn clone(&self) -> cpthread_attr_t
Returns a duplicate 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 moreimpl Copy for cpthread_attr_t
Auto Trait Implementations§
impl Freeze for cpthread_attr_t
impl RefUnwindSafe for cpthread_attr_t
impl Send for cpthread_attr_t
impl Sync for cpthread_attr_t
impl Unpin for cpthread_attr_t
impl UnwindSafe for cpthread_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