#[repr(u32)]pub enum ShaderCompilerExtGPUProgram {
VS = 2,
PS = 4,
GS = 8,
HS = 16,
DS = 32,
Custom = 128,
}
Variants§
Trait Implementations§
Source§impl Clone for ShaderCompilerExtGPUProgram
impl Clone for ShaderCompilerExtGPUProgram
Source§fn clone(&self) -> ShaderCompilerExtGPUProgram
fn clone(&self) -> ShaderCompilerExtGPUProgram
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ShaderCompilerExtGPUProgram
impl Debug for ShaderCompilerExtGPUProgram
Source§impl PartialEq for ShaderCompilerExtGPUProgram
impl PartialEq for ShaderCompilerExtGPUProgram
Source§fn eq(&self, other: &ShaderCompilerExtGPUProgram) -> bool
fn eq(&self, other: &ShaderCompilerExtGPUProgram) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ShaderCompilerExtGPUProgram
impl Eq for ShaderCompilerExtGPUProgram
impl StructuralPartialEq for ShaderCompilerExtGPUProgram
Auto Trait Implementations§
impl Freeze for ShaderCompilerExtGPUProgram
impl RefUnwindSafe for ShaderCompilerExtGPUProgram
impl Send for ShaderCompilerExtGPUProgram
impl Sync for ShaderCompilerExtGPUProgram
impl Unpin for ShaderCompilerExtGPUProgram
impl UnwindSafe for ShaderCompilerExtGPUProgram
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