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