#[repr(C)]pub struct hipFuncAttributes {
pub binaryVersion: c_int,
pub cacheModeCA: c_int,
pub constSizeBytes: usize,
pub localSizeBytes: usize,
pub maxDynamicSharedSizeBytes: c_int,
pub maxThreadsPerBlock: c_int,
pub numRegs: c_int,
pub preferredShmemCarveout: c_int,
pub ptxVersion: c_int,
pub sharedSizeBytes: usize,
}
Fields§
§binaryVersion: c_int
§cacheModeCA: c_int
§constSizeBytes: usize
§localSizeBytes: usize
§maxThreadsPerBlock: c_int
§numRegs: c_int
§preferredShmemCarveout: c_int
§ptxVersion: c_int
Trait 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
impl Copy for hipFuncAttributes
Auto Trait Implementations§
impl Freeze for hipFuncAttributes
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