#[repr(C)]pub struct es_thread_t {
pub thread_id: u64,
}Available on macOS and crate feature
macos_11_0_0 only.Expand description
Information related to a thread
Fields§
§thread_id: u64Unique of the thread
Trait Implementations§
Source§impl Clone for es_thread_t
impl Clone for es_thread_t
Source§fn clone(&self) -> es_thread_t
fn clone(&self) -> es_thread_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for es_thread_t
Source§impl Debug for es_thread_t
impl Debug for es_thread_t
impl Eq for es_thread_t
Source§impl Hash for es_thread_t
impl Hash for es_thread_t
Source§impl PartialEq for es_thread_t
impl PartialEq for es_thread_t
Source§fn eq(&self, other: &es_thread_t) -> bool
fn eq(&self, other: &es_thread_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for es_thread_t
Auto Trait Implementations§
impl Freeze for es_thread_t
impl RefUnwindSafe for es_thread_t
impl Send for es_thread_t
impl Sync for es_thread_t
impl Unpin for es_thread_t
impl UnsafeUnpin for es_thread_t
impl UnwindSafe for es_thread_t
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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