#[repr(C)]pub struct hipChildGraphNodeParams {
pub graph: hipGraph_t,
}
Expand description
Child graph node params
Fields§
§graph: hipGraph_t
< Either the child graph to clone into the node, or < a handle to the graph possesed by the node used during query
Trait Implementations§
Source§impl Clone for hipChildGraphNodeParams
impl Clone for hipChildGraphNodeParams
Source§fn clone(&self) -> hipChildGraphNodeParams
fn clone(&self) -> hipChildGraphNodeParams
Returns a copy 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 hipChildGraphNodeParams
impl Debug for hipChildGraphNodeParams
impl Copy for hipChildGraphNodeParams
Auto Trait Implementations§
impl Freeze for hipChildGraphNodeParams
impl RefUnwindSafe for hipChildGraphNodeParams
impl !Send for hipChildGraphNodeParams
impl !Sync for hipChildGraphNodeParams
impl Unpin for hipChildGraphNodeParams
impl UnwindSafe for hipChildGraphNodeParams
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