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