#[repr(C)]pub struct OmpStringList { /* private fields */ }
Expand description
List of strings (for variable names in clauses)
Used for private, shared, reduction variable lists.
Auto Trait Implementations§
impl Freeze for OmpStringList
impl RefUnwindSafe for OmpStringList
impl !Send for OmpStringList
impl !Sync for OmpStringList
impl Unpin for OmpStringList
impl UnwindSafe for OmpStringList
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