#[repr(C)]pub struct OmpClauseIterator { /* private fields */ }
Expand description
Iterator over clauses
Provides sequential access to directive’s clauses. Holds raw pointers to avoid ownership issues at FFI boundary.
Auto Trait Implementations§
impl Freeze for OmpClauseIterator
impl RefUnwindSafe for OmpClauseIterator
impl !Send for OmpClauseIterator
impl !Sync for OmpClauseIterator
impl Unpin for OmpClauseIterator
impl UnwindSafe for OmpClauseIterator
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