Struct sgx_types::sgx_thread_queue_t [−][src]
#[repr(C)]pub struct sgx_thread_queue_t { pub m_first: sgx_thread_t, pub m_last: sgx_thread_t, }
Fields
m_first: sgx_thread_t
m_last: sgx_thread_t
Auto Trait Implementations
impl Send for sgx_thread_queue_t
impl Send for sgx_thread_queue_t
impl Sync for sgx_thread_queue_t
impl Sync for sgx_thread_queue_t