Struct kn_cuda_sys::bindings::cudaGraphNodeParams
source · #[repr(C)]pub struct cudaGraphNodeParams {
pub type_: cudaGraphNodeType,
pub reserved0: [c_int; 3],
pub __bindgen_anon_1: cudaGraphNodeParams__bindgen_ty_1,
pub reserved2: c_longlong,
}Fields§
§type_: cudaGraphNodeType§reserved0: [c_int; 3]§__bindgen_anon_1: cudaGraphNodeParams__bindgen_ty_1§reserved2: c_longlongTrait Implementations§
source§impl Clone for cudaGraphNodeParams
impl Clone for cudaGraphNodeParams
source§fn clone(&self) -> cudaGraphNodeParams
fn clone(&self) -> cudaGraphNodeParams
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 cudaGraphNodeParams
Auto Trait Implementations§
impl Freeze for cudaGraphNodeParams
impl RefUnwindSafe for cudaGraphNodeParams
impl !Send for cudaGraphNodeParams
impl !Sync for cudaGraphNodeParams
impl Unpin for cudaGraphNodeParams
impl UnwindSafe for cudaGraphNodeParams
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