#[repr(C)]pub struct starpu_fxt_codelet_event {
pub symbol: [c_char; 2048],
pub workerid: c_int,
pub perfmodel_archname: [c_char; 256],
pub hash: u32,
pub size: usize,
pub time: f32,
}Expand description
todo
Fields§
§symbol: [c_char; 2048]§workerid: c_int§perfmodel_archname: [c_char; 256]§hash: u32§size: usize§time: f32Trait Implementations§
Source§impl Clone for starpu_fxt_codelet_event
impl Clone for starpu_fxt_codelet_event
Source§fn clone(&self) -> starpu_fxt_codelet_event
fn clone(&self) -> starpu_fxt_codelet_event
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_fxt_codelet_event
impl Debug for starpu_fxt_codelet_event
Source§impl Default for starpu_fxt_codelet_event
impl Default for starpu_fxt_codelet_event
impl Copy for starpu_fxt_codelet_event
Auto Trait Implementations§
impl Freeze for starpu_fxt_codelet_event
impl RefUnwindSafe for starpu_fxt_codelet_event
impl Send for starpu_fxt_codelet_event
impl Sync for starpu_fxt_codelet_event
impl Unpin for starpu_fxt_codelet_event
impl UnsafeUnpin for starpu_fxt_codelet_event
impl UnwindSafe for starpu_fxt_codelet_event
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