pub struct _starpu_data_state { /* private fields */ }Expand description
@defgroup API_Data_Management Data Management @brief Data management facilities provided by StarPU. We show how to use existing data interfaces in \ref API_Data_Interfaces, but developers can design their own data interfaces if required. @{
Trait Implementations§
Source§impl Clone for _starpu_data_state
impl Clone for _starpu_data_state
Source§fn clone(&self) -> _starpu_data_state
fn clone(&self) -> _starpu_data_state
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_data_state
impl Debug for _starpu_data_state
impl Copy for _starpu_data_state
Auto Trait Implementations§
impl Freeze for _starpu_data_state
impl RefUnwindSafe for _starpu_data_state
impl Send for _starpu_data_state
impl Sync for _starpu_data_state
impl Unpin for _starpu_data_state
impl UnwindSafe for _starpu_data_state
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