#[repr(u32)]pub enum cudaFuncCache {
cudaFuncCachePreferNone = 0,
cudaFuncCachePreferShared = 1,
cudaFuncCachePreferL1 = 2,
cudaFuncCachePreferEqual = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for cudaFuncCache
impl Clone for cudaFuncCache
Source§fn clone(&self) -> cudaFuncCache
fn clone(&self) -> cudaFuncCache
Returns a duplicate 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 cudaFuncCache
impl Debug for cudaFuncCache
Source§impl Hash for cudaFuncCache
impl Hash for cudaFuncCache
Source§impl Ord for cudaFuncCache
impl Ord for cudaFuncCache
Source§fn cmp(&self, other: &cudaFuncCache) -> Ordering
fn cmp(&self, other: &cudaFuncCache) -> 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 for cudaFuncCache
impl PartialEq for cudaFuncCache
Source§impl PartialOrd for cudaFuncCache
impl PartialOrd for cudaFuncCache
impl Copy for cudaFuncCache
impl Eq for cudaFuncCache
impl StructuralPartialEq for cudaFuncCache
Auto Trait Implementations§
impl Freeze for cudaFuncCache
impl RefUnwindSafe for cudaFuncCache
impl Send for cudaFuncCache
impl Sync for cudaFuncCache
impl Unpin for cudaFuncCache
impl UnwindSafe for cudaFuncCache
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