Struct assimp_sys::AiMaterialProperty [] [src]

#[repr(C)]
pub struct AiMaterialProperty { pub key: AiString, pub semantic: c_uint, pub index: c_uint, pub data_length: c_uint, pub property_type: AiPropertyTypeInfo, pub data: *mut c_char, }

Fields