#[repr(C)]pub struct cudaChildGraphNodeParams {
pub graph: cudaGraph_t,
}
Expand description
Child graph node parameters
Fields§
§graph: cudaGraph_t
< The child graph to clone into the node for node creation, or a handle to the graph owned by the node for node query
Trait Implementations§
Source§impl Clone for cudaChildGraphNodeParams
impl Clone for cudaChildGraphNodeParams
Source§fn clone(&self) -> cudaChildGraphNodeParams
fn clone(&self) -> cudaChildGraphNodeParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for cudaChildGraphNodeParams
impl Debug for cudaChildGraphNodeParams
impl Copy for cudaChildGraphNodeParams
Auto Trait Implementations§
impl Freeze for cudaChildGraphNodeParams
impl RefUnwindSafe for cudaChildGraphNodeParams
impl !Send for cudaChildGraphNodeParams
impl !Sync for cudaChildGraphNodeParams
impl Unpin for cudaChildGraphNodeParams
impl UnwindSafe for cudaChildGraphNodeParams
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