#[repr(i32)]pub enum SpvImageChannelDataType {
Show 17 variants
SnormInt8 = 0,
SnormInt16 = 1,
UnormInt8 = 2,
UnormInt16 = 3,
UnormShort565 = 4,
UnormShort555 = 5,
UnormInt101010 = 6,
SignedInt8 = 7,
SignedInt16 = 8,
SignedInt32 = 9,
UnsignedInt8 = 10,
UnsignedInt16 = 11,
UnsignedInt32 = 12,
HalfFloat = 13,
Float = 14,
UnormInt24 = 15,
UnormInt101010_2 = 16,
}Variants§
SnormInt8 = 0
SnormInt16 = 1
UnormInt8 = 2
UnormInt16 = 3
UnormShort565 = 4
UnormShort555 = 5
UnormInt101010 = 6
SignedInt8 = 7
SignedInt16 = 8
SignedInt32 = 9
UnsignedInt8 = 10
UnsignedInt16 = 11
UnsignedInt32 = 12
HalfFloat = 13
Float = 14
UnormInt24 = 15
UnormInt101010_2 = 16
Trait Implementations§
source§impl Clone for SpvImageChannelDataType
impl Clone for SpvImageChannelDataType
source§fn clone(&self) -> SpvImageChannelDataType
fn clone(&self) -> SpvImageChannelDataType
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 SpvImageChannelDataType
impl Debug for SpvImageChannelDataType
source§impl Hash for SpvImageChannelDataType
impl Hash for SpvImageChannelDataType
source§impl PartialEq for SpvImageChannelDataType
impl PartialEq for SpvImageChannelDataType
impl Copy for SpvImageChannelDataType
impl Eq for SpvImageChannelDataType
impl StructuralPartialEq for SpvImageChannelDataType
Auto Trait Implementations§
impl Freeze for SpvImageChannelDataType
impl RefUnwindSafe for SpvImageChannelDataType
impl Send for SpvImageChannelDataType
impl Sync for SpvImageChannelDataType
impl Unpin for SpvImageChannelDataType
impl UnwindSafe for SpvImageChannelDataType
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)