Enum unity_native_plugin::graphics::GfxDeviceEventType [−][src]
#[repr(u32)]
pub enum GfxDeviceEventType {
Initialize,
Shutdown,
BeforeReset,
AfterReset,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GfxDeviceEventType
impl Send for GfxDeviceEventType
impl Sync for GfxDeviceEventType
impl Unpin for GfxDeviceEventType
impl UnwindSafe for GfxDeviceEventType
Blanket Implementations
Mutably borrows from an owned value. Read more