#[repr(i32)]pub enum SpvImageOperandsMask {
Show 17 variants
None = 0,
SpvImageOperandsBiasMask = 1,
SpvImageOperandsLodMask = 2,
SpvImageOperandsGradMask = 4,
SpvImageOperandsConstOffsetMask = 8,
SpvImageOperandsOffsetMask = 16,
SpvImageOperandsConstOffsetsMask = 32,
SpvImageOperandsSampleMask = 64,
SpvImageOperandsMinLodMask = 128,
SpvImageOperandsMakeTexelAvailableMask = 256,
SpvImageOperandsMakeTexelVisibleMask = 512,
SpvImageOperandsNonPrivateTexelMask = 1_024,
SpvImageOperandsVolatileTexelMask = 2_048,
SpvImageOperandsSignExtendMask = 4_096,
SpvImageOperandsZeroExtendMask = 8_192,
SpvImageOperandsNontemporalMask = 16_384,
SpvImageOperandsOffsetsMask = 65_536,
}Variants§
None = 0
SpvImageOperandsBiasMask = 1
SpvImageOperandsLodMask = 2
SpvImageOperandsGradMask = 4
SpvImageOperandsConstOffsetMask = 8
SpvImageOperandsOffsetMask = 16
SpvImageOperandsConstOffsetsMask = 32
SpvImageOperandsSampleMask = 64
SpvImageOperandsMinLodMask = 128
SpvImageOperandsMakeTexelAvailableMask = 256
SpvImageOperandsMakeTexelVisibleMask = 512
SpvImageOperandsNonPrivateTexelMask = 1_024
SpvImageOperandsVolatileTexelMask = 2_048
SpvImageOperandsSignExtendMask = 4_096
SpvImageOperandsZeroExtendMask = 8_192
SpvImageOperandsNontemporalMask = 16_384
SpvImageOperandsOffsetsMask = 65_536
Implementations§
source§impl SpvImageOperandsMask
impl SpvImageOperandsMask
pub const SpvImageOperandsMakeTexelAvailableKHRMask: SpvImageOperandsMask = SpvImageOperandsMask::SpvImageOperandsMakeTexelAvailableMask
source§impl SpvImageOperandsMask
impl SpvImageOperandsMask
pub const SpvImageOperandsMakeTexelVisibleKHRMask: SpvImageOperandsMask = SpvImageOperandsMask::SpvImageOperandsMakeTexelVisibleMask
source§impl SpvImageOperandsMask
impl SpvImageOperandsMask
pub const SpvImageOperandsNonPrivateTexelKHRMask: SpvImageOperandsMask = SpvImageOperandsMask::SpvImageOperandsNonPrivateTexelMask
source§impl SpvImageOperandsMask
impl SpvImageOperandsMask
pub const SpvImageOperandsVolatileTexelKHRMask: SpvImageOperandsMask = SpvImageOperandsMask::SpvImageOperandsVolatileTexelMask
Trait Implementations§
source§impl Clone for SpvImageOperandsMask
impl Clone for SpvImageOperandsMask
source§fn clone(&self) -> SpvImageOperandsMask
fn clone(&self) -> SpvImageOperandsMask
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 SpvImageOperandsMask
impl Debug for SpvImageOperandsMask
source§impl Hash for SpvImageOperandsMask
impl Hash for SpvImageOperandsMask
source§impl PartialEq for SpvImageOperandsMask
impl PartialEq for SpvImageOperandsMask
impl Copy for SpvImageOperandsMask
impl Eq for SpvImageOperandsMask
impl StructuralPartialEq for SpvImageOperandsMask
Auto Trait Implementations§
impl Freeze for SpvImageOperandsMask
impl RefUnwindSafe for SpvImageOperandsMask
impl Send for SpvImageOperandsMask
impl Sync for SpvImageOperandsMask
impl Unpin for SpvImageOperandsMask
impl UnwindSafe for SpvImageOperandsMask
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)