#[repr(C)]pub struct cudaGraphGetRootNodes_v10000_params_st {
pub graph: cudaGraph_t,
pub pRootNodes: *mut cudaGraphNode_t,
pub pNumRootNodes: *mut usize,
}Fields§
§graph: cudaGraph_t§pRootNodes: *mut cudaGraphNode_t§pNumRootNodes: *mut usizeAuto Trait Implementations§
impl Freeze for cudaGraphGetRootNodes_v10000_params_st
impl RefUnwindSafe for cudaGraphGetRootNodes_v10000_params_st
impl !Send for cudaGraphGetRootNodes_v10000_params_st
impl !Sync for cudaGraphGetRootNodes_v10000_params_st
impl Unpin for cudaGraphGetRootNodes_v10000_params_st
impl UnsafeUnpin for cudaGraphGetRootNodes_v10000_params_st
impl UnwindSafe for cudaGraphGetRootNodes_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