#[repr(u32)]pub enum StoreCacheControl {
UncachedINTEL = 0,
WriteThroughINTEL = 1,
WriteBackINTEL = 2,
StreamingINTEL = 3,
}
Expand description
SPIR-V operand kind: StoreCacheControl
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StoreCacheControl
impl Clone for StoreCacheControl
Source§fn clone(&self) -> StoreCacheControl
fn clone(&self) -> StoreCacheControl
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 StoreCacheControl
impl Debug for StoreCacheControl
Source§impl FromStr for StoreCacheControl
impl FromStr for StoreCacheControl
Source§impl Hash for StoreCacheControl
impl Hash for StoreCacheControl
Source§impl Ord for StoreCacheControl
impl Ord for StoreCacheControl
Source§fn cmp(&self, other: &StoreCacheControl) -> Ordering
fn cmp(&self, other: &StoreCacheControl) -> 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 StoreCacheControl
impl PartialEq for StoreCacheControl
Source§impl PartialOrd for StoreCacheControl
impl PartialOrd for StoreCacheControl
impl Copy for StoreCacheControl
impl Eq for StoreCacheControl
impl StructuralPartialEq for StoreCacheControl
Auto Trait Implementations§
impl Freeze for StoreCacheControl
impl RefUnwindSafe for StoreCacheControl
impl Send for StoreCacheControl
impl Sync for StoreCacheControl
impl Unpin for StoreCacheControl
impl UnwindSafe for StoreCacheControl
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
)