#[repr(C)]pub struct hipGraphNodeParams {
pub type_: hipGraphNodeType,
pub reserved0: [c_int; 3],
pub __bindgen_anon_1: hipGraphNodeParams__bindgen_ty_1,
pub reserved2: c_longlong,
}
Expand description
Params for different graph nodes
Fields§
§type_: hipGraphNodeType
§reserved0: [c_int; 3]
§__bindgen_anon_1: hipGraphNodeParams__bindgen_ty_1
§reserved2: c_longlong
Trait Implementations§
Source§impl Clone for hipGraphNodeParams
impl Clone for hipGraphNodeParams
Source§fn clone(&self) -> hipGraphNodeParams
fn clone(&self) -> hipGraphNodeParams
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 moreimpl Copy for hipGraphNodeParams
Auto Trait Implementations§
impl Freeze for hipGraphNodeParams
impl RefUnwindSafe for hipGraphNodeParams
impl !Send for hipGraphNodeParams
impl !Sync for hipGraphNodeParams
impl Unpin for hipGraphNodeParams
impl UnwindSafe for hipGraphNodeParams
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