Struct assimp_sys::AiExportDataBlob [] [src]

#[repr(C)]
pub struct AiExportDataBlob { pub size: usize, pub data: *mut c_void, pub name: AiString, pub next: *mut AiExportDataBlob, }

Fields