Struct machinery_api::plugins::renderer::RendererCommandsT [−][src]
#[repr(C)]pub struct RendererCommandsT {
pub sort_keys: *mut u64,
pub types: *mut u32,
pub data: *mut *mut c_void,
}
Fields
sort_keys: *mut u64
types: *mut u32
data: *mut *mut c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RendererCommandsT
impl !Send for RendererCommandsT
impl !Sync for RendererCommandsT
impl Unpin for RendererCommandsT
impl UnwindSafe for RendererCommandsT
Blanket Implementations
Mutably borrows from an owned value. Read more