#[repr(C)]pub struct cudaGraphChildGraphNodeGetGraph_v10000_params_st {
pub node: cudaGraphNode_t,
pub pGraph: *mut cudaGraph_t,
}Fields§
§node: cudaGraphNode_t§pGraph: *mut cudaGraph_tAuto Trait Implementations§
impl Freeze for cudaGraphChildGraphNodeGetGraph_v10000_params_st
impl RefUnwindSafe for cudaGraphChildGraphNodeGetGraph_v10000_params_st
impl !Send for cudaGraphChildGraphNodeGetGraph_v10000_params_st
impl !Sync for cudaGraphChildGraphNodeGetGraph_v10000_params_st
impl Unpin for cudaGraphChildGraphNodeGetGraph_v10000_params_st
impl UnsafeUnpin for cudaGraphChildGraphNodeGetGraph_v10000_params_st
impl UnwindSafe for cudaGraphChildGraphNodeGetGraph_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