[−][src]Enum spirv_headers::ImageChannelDataType
pub enum ImageChannelDataType { SnormInt8, SnormInt16, UnormInt8, UnormInt16, UnormShort565, UnormShort555, UnormInt101010, SignedInt8, SignedInt16, SignedInt32, UnsignedInt8, UnsignedInt16, UnsignedInt32, HalfFloat, Float, UnormInt24, UnormInt101010_2, }
/// SPIR-V operand kind: ImageChannelDataType
Variants
Implementations
impl ImageChannelDataType
[src][−]
pub fn required_capabilities(self) -> &'static [Capability]
[src]
Trait Implementations
impl Clone for ImageChannelDataType
[src][+]
impl Copy for ImageChannelDataType
[src]
impl Debug for ImageChannelDataType
[src][+]
impl Eq for ImageChannelDataType
[src]
impl FromPrimitive for ImageChannelDataType
[src][+]
impl Hash for ImageChannelDataType
[src][+]
impl Ord for ImageChannelDataType
[src][+]
impl PartialEq<ImageChannelDataType> for ImageChannelDataType
[src][+]
impl PartialOrd<ImageChannelDataType> for ImageChannelDataType
[src][+]
impl StructuralEq for ImageChannelDataType
[src]
impl StructuralPartialEq for ImageChannelDataType
[src]
Auto Trait Implementations
impl RefUnwindSafe for ImageChannelDataType
impl Send for ImageChannelDataType
impl Sync for ImageChannelDataType
impl Unpin for ImageChannelDataType
impl UnwindSafe for ImageChannelDataType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,