#[repr(C)]pub struct starpu_omp_task {
pub _address: u8,
}Expand description
@private This is private to StarPU, do not modify.
Fields§
§_address: u8Trait Implementations§
Source§impl Clone for starpu_omp_task
impl Clone for starpu_omp_task
Source§fn clone(&self) -> starpu_omp_task
fn clone(&self) -> starpu_omp_task
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for starpu_omp_task
impl Debug for starpu_omp_task
Source§impl Default for starpu_omp_task
impl Default for starpu_omp_task
Source§fn default() -> starpu_omp_task
fn default() -> starpu_omp_task
Returns the “default value” for a type. Read more
impl Copy for starpu_omp_task
Auto Trait Implementations§
impl Freeze for starpu_omp_task
impl RefUnwindSafe for starpu_omp_task
impl Send for starpu_omp_task
impl Sync for starpu_omp_task
impl Unpin for starpu_omp_task
impl UnwindSafe for starpu_omp_task
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