#[repr(C)]pub struct cuGraphAddMemAllocNode_params_st {
pub phGraphNode: *mut CUgraphNode,
pub hGraph: CUgraph,
pub dependencies: *const CUgraphNode,
pub numDependencies: usize,
pub nodeParams: *mut CUDA_MEM_ALLOC_NODE_PARAMS,
}Fields§
§phGraphNode: *mut CUgraphNode§hGraph: CUgraph§dependencies: *const CUgraphNode§numDependencies: usize§nodeParams: *mut CUDA_MEM_ALLOC_NODE_PARAMSAuto Trait Implementations§
impl Freeze for cuGraphAddMemAllocNode_params_st
impl RefUnwindSafe for cuGraphAddMemAllocNode_params_st
impl !Send for cuGraphAddMemAllocNode_params_st
impl !Sync for cuGraphAddMemAllocNode_params_st
impl Unpin for cuGraphAddMemAllocNode_params_st
impl UnsafeUnpin for cuGraphAddMemAllocNode_params_st
impl UnwindSafe for cuGraphAddMemAllocNode_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