#[repr(C)]pub struct hipEventRecordNodeParams {
pub event: hipEvent_t,
}
Expand description
Event record node params
Fields§
§event: hipEvent_t
< The event to be recorded when node executes
Trait Implementations§
Source§impl Clone for hipEventRecordNodeParams
impl Clone for hipEventRecordNodeParams
Source§fn clone(&self) -> hipEventRecordNodeParams
fn clone(&self) -> hipEventRecordNodeParams
Returns a copy 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 hipEventRecordNodeParams
impl Debug for hipEventRecordNodeParams
impl Copy for hipEventRecordNodeParams
Auto Trait Implementations§
impl Freeze for hipEventRecordNodeParams
impl RefUnwindSafe for hipEventRecordNodeParams
impl !Send for hipEventRecordNodeParams
impl !Sync for hipEventRecordNodeParams
impl Unpin for hipEventRecordNodeParams
impl UnwindSafe for hipEventRecordNodeParams
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