Struct machinery_api::plugins::renderer::RendererDrawCallInfoT [−][src]
#[repr(C)]pub struct RendererDrawCallInfoT { pub __bindgen_anon_1: RendererDrawCallInfoTBindgenTy1, pub index_buffer: RendererHandleT, pub primitive_type: u8, pub draw_type: u8, pub index_type: u8, pub _padding_345: [c_char; 1], }
Fields
__bindgen_anon_1: RendererDrawCallInfoTBindgenTy1index_buffer: RendererHandleTprimitive_type: u8draw_type: u8index_type: u8_padding_345: [c_char; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RendererDrawCallInfoT
impl Send for RendererDrawCallInfoT
impl Sync for RendererDrawCallInfoT
impl Unpin for RendererDrawCallInfoT
impl UnwindSafe for RendererDrawCallInfoT
Blanket Implementations
Mutably borrows from an owned value. Read more