#[repr(u32)]pub enum ShaderCompilerExtEventType {
CreateCustomSourceVariant = 0,
CreateCustomSourceVariantCleanup = 1,
CreateCustomBinaryVariant = 2,
CreateCustomBinaryVariantCleanup = 3,
PluginConfigure = 4,
UserEventsStart = 5,
}
Variants§
CreateCustomSourceVariant = 0
CreateCustomSourceVariantCleanup = 1
CreateCustomBinaryVariant = 2
CreateCustomBinaryVariantCleanup = 3
PluginConfigure = 4
UserEventsStart = 5
Trait Implementations§
source§impl Clone for ShaderCompilerExtEventType
impl Clone for ShaderCompilerExtEventType
source§fn clone(&self) -> ShaderCompilerExtEventType
fn clone(&self) -> ShaderCompilerExtEventType
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 ShaderCompilerExtEventType
impl Debug for ShaderCompilerExtEventType
source§impl PartialEq for ShaderCompilerExtEventType
impl PartialEq for ShaderCompilerExtEventType
source§fn eq(&self, other: &ShaderCompilerExtEventType) -> bool
fn eq(&self, other: &ShaderCompilerExtEventType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ShaderCompilerExtEventType
impl Eq for ShaderCompilerExtEventType
impl StructuralPartialEq for ShaderCompilerExtEventType
Auto Trait Implementations§
impl Freeze for ShaderCompilerExtEventType
impl RefUnwindSafe for ShaderCompilerExtEventType
impl Send for ShaderCompilerExtEventType
impl Sync for ShaderCompilerExtEventType
impl Unpin for ShaderCompilerExtEventType
impl UnwindSafe for ShaderCompilerExtEventType
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
)