#[repr(C)]pub struct starpu_multiformat_interface {
pub id: starpu_data_interface_id,
pub cpu_ptr: *mut c_void,
pub cuda_ptr: *mut c_void,
pub hip_ptr: *mut c_void,
pub opencl_ptr: *mut c_void,
pub nx: u32,
pub ops: *mut starpu_multiformat_data_interface_ops,
}Expand description
todo
Fields§
§id: starpu_data_interface_id§cpu_ptr: *mut c_void§cuda_ptr: *mut c_void§hip_ptr: *mut c_void§opencl_ptr: *mut c_void§nx: u32§ops: *mut starpu_multiformat_data_interface_opsTrait Implementations§
Source§impl Clone for starpu_multiformat_interface
impl Clone for starpu_multiformat_interface
Source§fn clone(&self) -> starpu_multiformat_interface
fn clone(&self) -> starpu_multiformat_interface
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_multiformat_interface
impl Debug for starpu_multiformat_interface
impl Copy for starpu_multiformat_interface
Auto Trait Implementations§
impl Freeze for starpu_multiformat_interface
impl RefUnwindSafe for starpu_multiformat_interface
impl !Send for starpu_multiformat_interface
impl !Sync for starpu_multiformat_interface
impl Unpin for starpu_multiformat_interface
impl UnwindSafe for starpu_multiformat_interface
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