#[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 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 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
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