#[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_tocomm_id: dim_tn_way: dim_twork_id: dim_tfree_comm: boolbszid: bszid_tsub_prenode: *mut thrinfo_ssub_node: *mut thrinfo_sTrait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more