Struct libc::thread_identifier_info
source · #[repr(C)]pub struct thread_identifier_info {
pub thread_id: u64,
pub thread_handle: u64,
pub dispatch_qaddr: u64,
}
Fields§
§thread_id: u64
§thread_handle: u64
§dispatch_qaddr: u64
Trait Implementations§
source§impl Clone for thread_identifier_info
impl Clone for thread_identifier_info
source§fn clone(&self) -> thread_identifier_info
fn clone(&self) -> thread_identifier_info
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 thread_identifier_info
impl Debug for thread_identifier_info
source§impl Hash for thread_identifier_info
impl Hash for thread_identifier_info
source§impl PartialEq<thread_identifier_info> for thread_identifier_info
impl PartialEq<thread_identifier_info> for thread_identifier_info
source§fn eq(&self, other: &thread_identifier_info) -> bool
fn eq(&self, other: &thread_identifier_info) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for thread_identifier_info
impl Eq for thread_identifier_info
Auto Trait Implementations§
impl RefUnwindSafe for thread_identifier_info
impl Send for thread_identifier_info
impl Sync for thread_identifier_info
impl Unpin for thread_identifier_info
impl UnwindSafe for thread_identifier_info
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