#[repr(C)]pub struct thrinfo_s {
pub comm: *mut thrcomm_t,
pub thread_id: dim_t,
pub n_way: dim_t,
pub work_id: dim_t,
pub free_comm: bool,
pub sba_pool: *mut pool_t,
pub pba: *mut pba_t,
pub mem: mem_t,
pub sub_prenode: *mut thrinfo_s,
pub sub_node: *mut thrinfo_s,
}Fields§
§comm: *mut thrcomm_t§thread_id: dim_t§n_way: dim_t§work_id: dim_t§free_comm: bool§sba_pool: *mut pool_t§pba: *mut pba_t§mem: mem_t§sub_prenode: *mut thrinfo_s§sub_node: *mut thrinfo_sTrait Implementations§
Auto Trait Implementations§
impl Freeze for thrinfo_s
impl RefUnwindSafe for thrinfo_s
impl !Send for thrinfo_s
impl !Sync for thrinfo_s
impl Unpin for thrinfo_s
impl UnwindSafe for thrinfo_s
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