#[repr(C)]pub struct cuGraphExecExternalSemaphoresSignalNodeSetParams_params_st {
pub hGraphExec: CUgraphExec,
pub hNode: CUgraphNode,
pub nodeParams: *const CUDA_EXT_SEM_SIGNAL_NODE_PARAMS,
}Fields§
§hGraphExec: CUgraphExec§hNode: CUgraphNode§nodeParams: *const CUDA_EXT_SEM_SIGNAL_NODE_PARAMSAuto Trait Implementations§
impl Freeze for cuGraphExecExternalSemaphoresSignalNodeSetParams_params_st
impl RefUnwindSafe for cuGraphExecExternalSemaphoresSignalNodeSetParams_params_st
impl !Send for cuGraphExecExternalSemaphoresSignalNodeSetParams_params_st
impl !Sync for cuGraphExecExternalSemaphoresSignalNodeSetParams_params_st
impl Unpin for cuGraphExecExternalSemaphoresSignalNodeSetParams_params_st
impl UnsafeUnpin for cuGraphExecExternalSemaphoresSignalNodeSetParams_params_st
impl UnwindSafe for cuGraphExecExternalSemaphoresSignalNodeSetParams_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