Struct endpoint_sec_sys::es_thread_t
source · #[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 copy 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 es_thread_t
impl Debug for es_thread_t
source§impl Hash for es_thread_t
impl Hash for es_thread_t
source§impl PartialEq<es_thread_t> for es_thread_t
impl PartialEq<es_thread_t> for es_thread_t
source§fn eq(&self, other: &es_thread_t) -> bool
fn eq(&self, other: &es_thread_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for es_thread_t
impl Eq for es_thread_t
impl StructuralEq for es_thread_t
impl StructuralPartialEq for es_thread_t
Auto Trait Implementations§
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 UnwindSafe for es_thread_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