#[repr(C)]pub struct thrcomm_s {
pub sent_object: *mut c_void,
pub n_threads: dim_t,
pub barrier_sense: gint_t,
pub barrier_threads_arrived: dim_t,
}Fields§
§sent_object: *mut c_void§n_threads: dim_t§barrier_sense: gint_t§barrier_threads_arrived: dim_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for thrcomm_s
impl RefUnwindSafe for thrcomm_s
impl !Send for thrcomm_s
impl !Sync for thrcomm_s
impl Unpin for thrcomm_s
impl UnwindSafe for thrcomm_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