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