Struct machinery_api::plugins::renderer::NilRendererBackendApi [−][src]
#[repr(C)]pub struct NilRendererBackendApi { pub create: Option<unsafe extern "C" fn(allocator: *mut AllocatorI) -> *mut RendererBackendI>, pub destroy: Option<unsafe extern "C" fn(backend: *mut RendererBackendI)>, }
Fields
create: Option<unsafe extern "C" fn(allocator: *mut AllocatorI) -> *mut RendererBackendI>destroy: Option<unsafe extern "C" fn(backend: *mut RendererBackendI)>Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NilRendererBackendApi
impl Send for NilRendererBackendApi
impl Sync for NilRendererBackendApi
impl Unpin for NilRendererBackendApi
impl UnwindSafe for NilRendererBackendApi
Blanket Implementations
Mutably borrows from an owned value. Read more