#[repr(C)]pub struct cuGraphExecEventWaitNodeSetEvent_params_st {
pub hGraphExec: CUgraphExec,
pub hNode: CUgraphNode,
pub event: CUevent,
}Fields§
§hGraphExec: CUgraphExec§hNode: CUgraphNode§event: CUeventAuto Trait Implementations§
impl Freeze for cuGraphExecEventWaitNodeSetEvent_params_st
impl RefUnwindSafe for cuGraphExecEventWaitNodeSetEvent_params_st
impl !Send for cuGraphExecEventWaitNodeSetEvent_params_st
impl !Sync for cuGraphExecEventWaitNodeSetEvent_params_st
impl Unpin for cuGraphExecEventWaitNodeSetEvent_params_st
impl UnsafeUnpin for cuGraphExecEventWaitNodeSetEvent_params_st
impl UnwindSafe for cuGraphExecEventWaitNodeSetEvent_params_st
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