Struct hip_sys::hiprt::hipKernelNodeParams
source · #[repr(C)]pub struct hipKernelNodeParams {
pub blockDim: dim3,
pub extra: *mut *mut c_void,
pub func: *mut c_void,
pub gridDim: dim3,
pub kernelParams: *mut *mut c_void,
pub sharedMemBytes: u32,
}Fields§
§blockDim: dim3§extra: *mut *mut c_void§func: *mut c_void§gridDim: dim3§kernelParams: *mut *mut c_voidTrait Implementations§
source§impl Clone for hipKernelNodeParams
impl Clone for hipKernelNodeParams
source§fn clone(&self) -> hipKernelNodeParams
fn clone(&self) -> hipKernelNodeParams
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 hipKernelNodeParams
impl Debug for hipKernelNodeParams
source§impl Default for hipKernelNodeParams
impl Default for hipKernelNodeParams
source§fn default() -> hipKernelNodeParams
fn default() -> hipKernelNodeParams
Returns the “default value” for a type. Read more
source§impl Hash for hipKernelNodeParams
impl Hash for hipKernelNodeParams
source§impl Ord for hipKernelNodeParams
impl Ord for hipKernelNodeParams
source§fn cmp(&self, other: &hipKernelNodeParams) -> Ordering
fn cmp(&self, other: &hipKernelNodeParams) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<hipKernelNodeParams> for hipKernelNodeParams
impl PartialEq<hipKernelNodeParams> for hipKernelNodeParams
source§fn eq(&self, other: &hipKernelNodeParams) -> bool
fn eq(&self, other: &hipKernelNodeParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<hipKernelNodeParams> for hipKernelNodeParams
impl PartialOrd<hipKernelNodeParams> for hipKernelNodeParams
source§fn partial_cmp(&self, other: &hipKernelNodeParams) -> Option<Ordering>
fn partial_cmp(&self, other: &hipKernelNodeParams) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for hipKernelNodeParams
impl Eq for hipKernelNodeParams
impl StructuralEq for hipKernelNodeParams
impl StructuralPartialEq for hipKernelNodeParams
Auto Trait Implementations§
impl RefUnwindSafe for hipKernelNodeParams
impl !Send for hipKernelNodeParams
impl !Sync for hipKernelNodeParams
impl Unpin for hipKernelNodeParams
impl UnwindSafe for hipKernelNodeParams
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