#[repr(u32)]pub enum Dim {
Dim1D = 0,
Dim2D = 1,
Dim3D = 2,
DimCube = 3,
DimRect = 4,
DimBuffer = 5,
DimSubpassData = 6,
DimTileImageDataEXT = 4_173,
}
Expand description
SPIR-V operand kind: Dim
Variants§
Dim1D = 0
Dim2D = 1
Dim3D = 2
DimCube = 3
DimRect = 4
DimBuffer = 5
DimSubpassData = 6
DimTileImageDataEXT = 4_173
Implementations§
Trait Implementations§
source§impl Ord for Dim
impl Ord for Dim
source§impl PartialOrd for Dim
impl PartialOrd for Dim
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Dim
impl Eq for Dim
impl StructuralPartialEq for Dim
Auto Trait Implementations§
impl Freeze for Dim
impl RefUnwindSafe for Dim
impl Send for Dim
impl Sync for Dim
impl Unpin for Dim
impl UnwindSafe for Dim
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