#[repr(u32)]pub enum LoadCacheControl {
UncachedINTEL = 0,
CachedINTEL = 1,
StreamingINTEL = 2,
InvalidateAfterReadINTEL = 3,
ConstCachedINTEL = 4,
}
Expand description
SPIR-V operand kind: LoadCacheControl
Variants§
UncachedINTEL = 0
CachedINTEL = 1
StreamingINTEL = 2
InvalidateAfterReadINTEL = 3
ConstCachedINTEL = 4
Implementations§
Trait Implementations§
Source§impl Clone for LoadCacheControl
impl Clone for LoadCacheControl
Source§fn clone(&self) -> LoadCacheControl
fn clone(&self) -> LoadCacheControl
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 LoadCacheControl
impl Debug for LoadCacheControl
Source§impl FromStr for LoadCacheControl
impl FromStr for LoadCacheControl
Source§impl Hash for LoadCacheControl
impl Hash for LoadCacheControl
Source§impl Ord for LoadCacheControl
impl Ord for LoadCacheControl
Source§fn cmp(&self, other: &LoadCacheControl) -> Ordering
fn cmp(&self, other: &LoadCacheControl) -> 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 LoadCacheControl
impl PartialEq for LoadCacheControl
Source§impl PartialOrd for LoadCacheControl
impl PartialOrd for LoadCacheControl
impl Copy for LoadCacheControl
impl Eq for LoadCacheControl
impl StructuralPartialEq for LoadCacheControl
Auto Trait Implementations§
impl Freeze for LoadCacheControl
impl RefUnwindSafe for LoadCacheControl
impl Send for LoadCacheControl
impl Sync for LoadCacheControl
impl Unpin for LoadCacheControl
impl UnwindSafe for LoadCacheControl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)