#[repr(C)]pub struct CThread {
pub _tid: pthread_t,
pub _created: c_int,
pub __bindgen_padding_0: [u8; 4],
}Fields§
§_tid: pthread_t§_created: c_int§__bindgen_padding_0: [u8; 4]Trait Implementations§
Source§impl Ord for CThread
impl Ord for CThread
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CThread
impl PartialOrd for CThread
impl Copy for CThread
impl Eq for CThread
impl StructuralPartialEq for CThread
Auto Trait Implementations§
impl Freeze for CThread
impl RefUnwindSafe for CThread
impl Send for CThread
impl Sync for CThread
impl Unpin for CThread
impl UnsafeUnpin for CThread
impl UnwindSafe for CThread
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