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