#[repr(C)]pub struct starpu_task_list {
pub head: *mut starpu_task,
pub tail: *mut starpu_task,
}Expand description
Store a double-chained list of tasks
Fields§
§head: *mut starpu_task< head of the list
tail: *mut starpu_task< tail of the list
Trait Implementations§
Source§impl Clone for starpu_task_list
impl Clone for starpu_task_list
Source§fn clone(&self) -> starpu_task_list
fn clone(&self) -> starpu_task_list
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_task_list
impl Debug for starpu_task_list
Source§impl Default for starpu_task_list
impl Default for starpu_task_list
impl Copy for starpu_task_list
Auto Trait Implementations§
impl Freeze for starpu_task_list
impl RefUnwindSafe for starpu_task_list
impl !Send for starpu_task_list
impl !Sync for starpu_task_list
impl Unpin for starpu_task_list
impl UnwindSafe for starpu_task_list
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