#[repr(i32)]pub enum SpvMemorySemanticsShift {
Show 14 variants
SpvMemorySemanticsAcquireShift = 1,
SpvMemorySemanticsReleaseShift = 2,
SpvMemorySemanticsAcquireReleaseShift = 3,
SpvMemorySemanticsSequentiallyConsistentShift = 4,
SpvMemorySemanticsUniformMemoryShift = 6,
SpvMemorySemanticsSubgroupMemoryShift = 7,
SpvMemorySemanticsWorkgroupMemoryShift = 8,
SpvMemorySemanticsCrossWorkgroupMemoryShift = 9,
SpvMemorySemanticsAtomicCounterMemoryShift = 10,
SpvMemorySemanticsImageMemoryShift = 11,
SpvMemorySemanticsOutputMemoryShift = 12,
SpvMemorySemanticsMakeAvailableShift = 13,
SpvMemorySemanticsMakeVisibleShift = 14,
SpvMemorySemanticsVolatileShift = 15,
}Variants§
SpvMemorySemanticsAcquireShift = 1
SpvMemorySemanticsReleaseShift = 2
SpvMemorySemanticsAcquireReleaseShift = 3
SpvMemorySemanticsSequentiallyConsistentShift = 4
SpvMemorySemanticsUniformMemoryShift = 6
SpvMemorySemanticsSubgroupMemoryShift = 7
SpvMemorySemanticsWorkgroupMemoryShift = 8
SpvMemorySemanticsCrossWorkgroupMemoryShift = 9
SpvMemorySemanticsAtomicCounterMemoryShift = 10
SpvMemorySemanticsImageMemoryShift = 11
SpvMemorySemanticsOutputMemoryShift = 12
SpvMemorySemanticsMakeAvailableShift = 13
SpvMemorySemanticsMakeVisibleShift = 14
SpvMemorySemanticsVolatileShift = 15
Implementations§
source§impl SpvMemorySemanticsShift
impl SpvMemorySemanticsShift
pub const SpvMemorySemanticsOutputMemoryKHRShift: SpvMemorySemanticsShift = SpvMemorySemanticsShift::SpvMemorySemanticsOutputMemoryShift
source§impl SpvMemorySemanticsShift
impl SpvMemorySemanticsShift
pub const SpvMemorySemanticsMakeAvailableKHRShift: SpvMemorySemanticsShift = SpvMemorySemanticsShift::SpvMemorySemanticsMakeAvailableShift
source§impl SpvMemorySemanticsShift
impl SpvMemorySemanticsShift
pub const SpvMemorySemanticsMakeVisibleKHRShift: SpvMemorySemanticsShift = SpvMemorySemanticsShift::SpvMemorySemanticsMakeVisibleShift
Trait Implementations§
source§impl Clone for SpvMemorySemanticsShift
impl Clone for SpvMemorySemanticsShift
source§fn clone(&self) -> SpvMemorySemanticsShift
fn clone(&self) -> SpvMemorySemanticsShift
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 SpvMemorySemanticsShift
impl Debug for SpvMemorySemanticsShift
source§impl Hash for SpvMemorySemanticsShift
impl Hash for SpvMemorySemanticsShift
source§impl PartialEq for SpvMemorySemanticsShift
impl PartialEq for SpvMemorySemanticsShift
impl Copy for SpvMemorySemanticsShift
impl Eq for SpvMemorySemanticsShift
impl StructuralPartialEq for SpvMemorySemanticsShift
Auto Trait Implementations§
impl Freeze for SpvMemorySemanticsShift
impl RefUnwindSafe for SpvMemorySemanticsShift
impl Send for SpvMemorySemanticsShift
impl Sync for SpvMemorySemanticsShift
impl Unpin for SpvMemorySemanticsShift
impl UnwindSafe for SpvMemorySemanticsShift
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)