#[repr(C)]pub struct OmpClause { /* private fields */ }
Expand description
Opaque clause type (C-compatible)
Represents a single clause within a directive. Uses tagged union pattern for clause-specific data.
Auto Trait Implementations§
impl Freeze for OmpClause
impl RefUnwindSafe for OmpClause
impl !Send for OmpClause
impl !Sync for OmpClause
impl Unpin for OmpClause
impl UnwindSafe for OmpClause
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