#[repr(u32)]pub enum ShaderCompilerExtShaderType {
None = 0,
Vertex = 1,
Fragment = 2,
Geometry = 3,
Hull = 4,
Domain = 5,
RayTracing = 6,
}
Variants§
Trait Implementations§
source§impl Clone for ShaderCompilerExtShaderType
impl Clone for ShaderCompilerExtShaderType
source§fn clone(&self) -> ShaderCompilerExtShaderType
fn clone(&self) -> ShaderCompilerExtShaderType
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 ShaderCompilerExtShaderType
impl Debug for ShaderCompilerExtShaderType
source§impl PartialEq for ShaderCompilerExtShaderType
impl PartialEq for ShaderCompilerExtShaderType
source§fn eq(&self, other: &ShaderCompilerExtShaderType) -> bool
fn eq(&self, other: &ShaderCompilerExtShaderType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ShaderCompilerExtShaderType
impl Eq for ShaderCompilerExtShaderType
impl StructuralPartialEq for ShaderCompilerExtShaderType
Auto Trait Implementations§
impl Freeze for ShaderCompilerExtShaderType
impl RefUnwindSafe for ShaderCompilerExtShaderType
impl Send for ShaderCompilerExtShaderType
impl Sync for ShaderCompilerExtShaderType
impl Unpin for ShaderCompilerExtShaderType
impl UnwindSafe for ShaderCompilerExtShaderType
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)