#[repr(C)]pub struct hipGraphNode { /* private fields */ }
Trait Implementations§
Source§impl Clone for hipGraphNode
impl Clone for hipGraphNode
Source§fn clone(&self) -> hipGraphNode
fn clone(&self) -> hipGraphNode
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 hipGraphNode
impl Debug for hipGraphNode
impl Copy for hipGraphNode
Auto Trait Implementations§
impl Freeze for hipGraphNode
impl RefUnwindSafe for hipGraphNode
impl Send for hipGraphNode
impl Sync for hipGraphNode
impl Unpin for hipGraphNode
impl UnwindSafe for hipGraphNode
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