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