#[repr(C)]pub struct cudaGraphKernelNodeSetParams_v10000_params_st {
pub node: cudaGraphNode_t,
pub pNodeParams: *const cudaKernelNodeParams,
}Fields§
§node: cudaGraphNode_t§pNodeParams: *const cudaKernelNodeParamsAuto Trait Implementations§
impl Freeze for cudaGraphKernelNodeSetParams_v10000_params_st
impl RefUnwindSafe for cudaGraphKernelNodeSetParams_v10000_params_st
impl !Send for cudaGraphKernelNodeSetParams_v10000_params_st
impl !Sync for cudaGraphKernelNodeSetParams_v10000_params_st
impl Unpin for cudaGraphKernelNodeSetParams_v10000_params_st
impl UnsafeUnpin for cudaGraphKernelNodeSetParams_v10000_params_st
impl UnwindSafe for cudaGraphKernelNodeSetParams_v10000_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