Struct hip_sys::hiprt::hipFuncAttributes
source · #[repr(C)]pub struct hipFuncAttributes {
pub binaryVersion: i32,
pub cacheModeCA: i32,
pub constSizeBytes: usize,
pub localSizeBytes: usize,
pub maxDynamicSharedSizeBytes: i32,
pub maxThreadsPerBlock: i32,
pub numRegs: i32,
pub preferredShmemCarveout: i32,
pub ptxVersion: i32,
pub sharedSizeBytes: usize,
}Fields§
§binaryVersion: i32§cacheModeCA: i32§constSizeBytes: usize§localSizeBytes: usize§maxThreadsPerBlock: i32§numRegs: i32§preferredShmemCarveout: i32§ptxVersion: i32Trait Implementations§
source§impl Clone for hipFuncAttributes
impl Clone for hipFuncAttributes
source§fn clone(&self) -> hipFuncAttributes
fn clone(&self) -> hipFuncAttributes
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 hipFuncAttributes
impl Debug for hipFuncAttributes
source§impl Default for hipFuncAttributes
impl Default for hipFuncAttributes
source§fn default() -> hipFuncAttributes
fn default() -> hipFuncAttributes
Returns the “default value” for a type. Read more
source§impl Hash for hipFuncAttributes
impl Hash for hipFuncAttributes
source§impl Ord for hipFuncAttributes
impl Ord for hipFuncAttributes
source§fn cmp(&self, other: &hipFuncAttributes) -> Ordering
fn cmp(&self, other: &hipFuncAttributes) -> 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<hipFuncAttributes> for hipFuncAttributes
impl PartialEq<hipFuncAttributes> for hipFuncAttributes
source§fn eq(&self, other: &hipFuncAttributes) -> bool
fn eq(&self, other: &hipFuncAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<hipFuncAttributes> for hipFuncAttributes
impl PartialOrd<hipFuncAttributes> for hipFuncAttributes
source§fn partial_cmp(&self, other: &hipFuncAttributes) -> Option<Ordering>
fn partial_cmp(&self, other: &hipFuncAttributes) -> 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 hipFuncAttributes
impl Eq for hipFuncAttributes
impl StructuralEq for hipFuncAttributes
impl StructuralPartialEq for hipFuncAttributes
Auto Trait Implementations§
impl RefUnwindSafe for hipFuncAttributes
impl Send for hipFuncAttributes
impl Sync for hipFuncAttributes
impl Unpin for hipFuncAttributes
impl UnwindSafe for hipFuncAttributes
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