#[repr(C)]pub struct thrcomm_s {
pub sent_object: *mut c_void,
pub n_threads: dim_t,
pub ti: timpl_t,
pub padding1: [c_char; 64],
pub barrier_sense: gint_t,
pub padding2: [c_char; 64],
pub barrier_threads_arrived: dim_t,
pub padding3: [c_char; 64],
}Fields§
§sent_object: *mut c_void§n_threads: dim_t§ti: timpl_t§padding1: [c_char; 64]§barrier_sense: gint_t§padding2: [c_char; 64]§barrier_threads_arrived: dim_t§padding3: [c_char; 64]Trait 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