#[repr(C)]pub struct cuGraphBatchMemOpNodeGetParams_params_st {
pub hNode: CUgraphNode,
pub nodeParams_out: *mut CUDA_BATCH_MEM_OP_NODE_PARAMS,
}Fields§
§hNode: CUgraphNode§nodeParams_out: *mut CUDA_BATCH_MEM_OP_NODE_PARAMSAuto Trait Implementations§
impl Freeze for cuGraphBatchMemOpNodeGetParams_params_st
impl RefUnwindSafe for cuGraphBatchMemOpNodeGetParams_params_st
impl !Send for cuGraphBatchMemOpNodeGetParams_params_st
impl !Sync for cuGraphBatchMemOpNodeGetParams_params_st
impl Unpin for cuGraphBatchMemOpNodeGetParams_params_st
impl UnsafeUnpin for cuGraphBatchMemOpNodeGetParams_params_st
impl UnwindSafe for cuGraphBatchMemOpNodeGetParams_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