Struct machinery_api::plugins::renderer::RendererShaderCompilerI [−][src]
#[repr(C)]pub struct RendererShaderCompilerI { pub api: *mut RendererShaderCompilerApi, pub inst: *mut RendererShaderCompilerO, }
Fields
api: *mut RendererShaderCompilerApiinst: *mut RendererShaderCompilerOTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RendererShaderCompilerI
impl !Send for RendererShaderCompilerI
impl !Sync for RendererShaderCompilerI
impl Unpin for RendererShaderCompilerI
impl UnwindSafe for RendererShaderCompilerI
Blanket Implementations
Mutably borrows from an owned value. Read more