#[repr(C)]pub struct thrinfo_s {
pub ocomm: *mut thrcomm_t,
pub ocomm_id: dim_t,
pub n_way: dim_t,
pub work_id: dim_t,
pub free_comm: bool,
pub bszid: bszid_t,
pub sub_prenode: *mut thrinfo_s,
pub sub_node: *mut thrinfo_s,
}Fields§
§ocomm: *mut thrcomm_t§ocomm_id: dim_t§n_way: dim_t§work_id: dim_t§free_comm: bool§bszid: bszid_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