#[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<'de> Deserialize<'de> for Dim
impl<'de> Deserialize<'de> for Dim
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Dim
impl Ord for Dim
Source§impl PartialOrd for Dim
impl PartialOrd for Dim
impl 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