#[repr(transparent)]pub struct cudaAccessProperty(pub c_uint);
Expand description
Specifies performance hint with ::cudaAccessPolicyWindow for hitProp and missProp members.
Tuple Fields§
§0: c_uint
Implementations§
Source§impl cudaAccessProperty
impl cudaAccessProperty
Sourcepub const cudaAccessPropertyNormal: cudaAccessProperty
pub const cudaAccessPropertyNormal: cudaAccessProperty
< Normal cache persistence.
Source§impl cudaAccessProperty
impl cudaAccessProperty
Sourcepub const cudaAccessPropertyStreaming: cudaAccessProperty
pub const cudaAccessPropertyStreaming: cudaAccessProperty
< Streaming access is less likely to persit from cache.
Source§impl cudaAccessProperty
impl cudaAccessProperty
Sourcepub const cudaAccessPropertyPersisting: cudaAccessProperty
pub const cudaAccessPropertyPersisting: cudaAccessProperty
< Persisting access is more likely to persist in cache.
Trait Implementations§
Source§impl Clone for cudaAccessProperty
impl Clone for cudaAccessProperty
Source§fn clone(&self) -> cudaAccessProperty
fn clone(&self) -> cudaAccessProperty
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 cudaAccessProperty
impl Debug for cudaAccessProperty
Source§impl Hash for cudaAccessProperty
impl Hash for cudaAccessProperty
Source§impl PartialEq for cudaAccessProperty
impl PartialEq for cudaAccessProperty
impl Copy for cudaAccessProperty
impl Eq for cudaAccessProperty
impl StructuralPartialEq for cudaAccessProperty
Auto Trait Implementations§
impl Freeze for cudaAccessProperty
impl RefUnwindSafe for cudaAccessProperty
impl Send for cudaAccessProperty
impl Sync for cudaAccessProperty
impl Unpin for cudaAccessProperty
impl UnwindSafe for cudaAccessProperty
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