#[repr(C)]pub struct __mlibc_threadattr {
pub __mlibc_guardsize: usize,
pub __mlibc_stacksize: usize,
pub __mlibc_stackaddr: *mut c_void,
pub __mlibc_detachstate: c_int,
pub __mlibc_scope: c_int,
pub __mlibc_inheritsched: c_int,
pub __mlibc_schedparam: __mlibc_sched_param,
pub __mlibc_schedpolicy: c_int,
pub __mlibc_cpuset: *mut cpu_set_t,
pub __mlibc_cpusetsize: usize,
pub __mlibc_sigmask: sigset_t,
pub __mlibc_sigmaskset: c_int,
}Fields§
§__mlibc_guardsize: usize§__mlibc_stacksize: usize§__mlibc_stackaddr: *mut c_void§__mlibc_detachstate: c_int§__mlibc_scope: c_int§__mlibc_inheritsched: c_int§__mlibc_schedparam: __mlibc_sched_param§__mlibc_schedpolicy: c_int§__mlibc_cpuset: *mut cpu_set_t§__mlibc_cpusetsize: usize§__mlibc_sigmask: sigset_t§__mlibc_sigmaskset: c_intTrait Implementations§
Source§impl Clone for __mlibc_threadattr
impl Clone for __mlibc_threadattr
Source§fn clone(&self) -> __mlibc_threadattr
fn clone(&self) -> __mlibc_threadattr
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 moreSource§impl Debug for __mlibc_threadattr
impl Debug for __mlibc_threadattr
Source§impl Default for __mlibc_threadattr
impl Default for __mlibc_threadattr
impl Copy for __mlibc_threadattr
Auto Trait Implementations§
impl Freeze for __mlibc_threadattr
impl RefUnwindSafe for __mlibc_threadattr
impl !Send for __mlibc_threadattr
impl StoreCopy for __mlibc_threadattr
impl !Sync for __mlibc_threadattr
impl Unpin for __mlibc_threadattr
impl UnwindSafe for __mlibc_threadattr
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