#[repr(C)]pub struct OmpDirective { /* private fields */ }
Expand description
Opaque directive type (C-compatible)
Represents a parsed OpenMP directive with its clauses. C sees this as an opaque pointer - internal structure is hidden.
Auto Trait Implementations§
impl Freeze for OmpDirective
impl RefUnwindSafe for OmpDirective
impl !Send for OmpDirective
impl !Sync for OmpDirective
impl Unpin for OmpDirective
impl UnwindSafe for OmpDirective
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