#[repr(C)]pub struct starpu_prof_tool_info {
pub conf: *mut starpu_conf,
pub event_type: starpu_prof_tool_event,
pub starpu_version: [c_uint; 3],
pub thread_id: c_int,
pub worker_id: c_int,
pub device_number: c_int,
pub driver_type: starpu_prof_tool_driver_type,
pub memnode: c_uint,
pub bytes_to_transfer: c_uint,
pub bytes_transfered: c_uint,
pub fun_ptr: *mut c_void,
}Expand description
General information
Fields§
§conf: *mut starpu_conf§event_type: starpu_prof_tool_event§starpu_version: [c_uint; 3]§thread_id: c_int§worker_id: c_int§device_number: c_int§driver_type: starpu_prof_tool_driver_type§memnode: c_uint§bytes_to_transfer: c_uint§bytes_transfered: c_uint§fun_ptr: *mut c_voidTrait Implementations§
Source§impl Clone for starpu_prof_tool_info
impl Clone for starpu_prof_tool_info
Source§fn clone(&self) -> starpu_prof_tool_info
fn clone(&self) -> starpu_prof_tool_info
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_prof_tool_info
impl Debug for starpu_prof_tool_info
Source§impl Default for starpu_prof_tool_info
impl Default for starpu_prof_tool_info
impl Copy for starpu_prof_tool_info
Auto Trait Implementations§
impl Freeze for starpu_prof_tool_info
impl RefUnwindSafe for starpu_prof_tool_info
impl !Send for starpu_prof_tool_info
impl !Sync for starpu_prof_tool_info
impl Unpin for starpu_prof_tool_info
impl UnwindSafe for starpu_prof_tool_info
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