#[repr(i32)]pub enum SpvImageChannelOrder {
Show 20 variants
R = 0,
A = 1,
RG = 2,
RA = 3,
RGB = 4,
RGBA = 5,
BGRA = 6,
ARGB = 7,
Intensity = 8,
Luminance = 9,
Rx = 10,
RGx = 11,
RGBx = 12,
Depth = 13,
DepthStencil = 14,
sRGB = 15,
sRGBx = 16,
sRGBA = 17,
sBGRA = 18,
ABGR = 19,
}Variants§
R = 0
A = 1
RG = 2
RA = 3
RGB = 4
RGBA = 5
BGRA = 6
ARGB = 7
Intensity = 8
Luminance = 9
Rx = 10
RGx = 11
RGBx = 12
Depth = 13
DepthStencil = 14
sRGB = 15
sRGBx = 16
sRGBA = 17
sBGRA = 18
ABGR = 19
Trait Implementations§
source§impl Clone for SpvImageChannelOrder
impl Clone for SpvImageChannelOrder
source§fn clone(&self) -> SpvImageChannelOrder
fn clone(&self) -> SpvImageChannelOrder
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 SpvImageChannelOrder
impl Debug for SpvImageChannelOrder
source§impl Hash for SpvImageChannelOrder
impl Hash for SpvImageChannelOrder
source§impl PartialEq for SpvImageChannelOrder
impl PartialEq for SpvImageChannelOrder
impl Copy for SpvImageChannelOrder
impl Eq for SpvImageChannelOrder
impl StructuralPartialEq for SpvImageChannelOrder
Auto Trait Implementations§
impl Freeze for SpvImageChannelOrder
impl RefUnwindSafe for SpvImageChannelOrder
impl Send for SpvImageChannelOrder
impl Sync for SpvImageChannelOrder
impl Unpin for SpvImageChannelOrder
impl UnwindSafe for SpvImageChannelOrder
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)