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