assimp/port/assimp_rs/src/structs
David Golembiowski e6837f7394 Need to consider different implementations of String kinds in Rust, and additionally how we may want to `impl Copy for Str`, i.e. `std::mem::swap` with placeholders to keep performance up. 2020-05-01 17:25:02 -04:00
..
anim.rs initial layout for anim.rs 2020-04-24 22:15:32 -04:00
blob.rs should have added these earlier 2020-04-25 00:12:58 -04:00
bone.rs should have added these earlier 2020-04-25 00:12:58 -04:00
camera.rs should have added these earlier 2020-04-25 00:12:58 -04:00
color.rs populating colors 2020-05-01 16:54:56 -04:00
face.rs should have added these earlier 2020-04-25 00:12:58 -04:00
key.rs should have added these earlier 2020-04-25 00:12:58 -04:00
light.rs should have added these earlier 2020-04-25 00:12:58 -04:00
material.rs should have added these earlier 2020-04-25 00:12:58 -04:00
matrix.rs Populating 3d and 4d matrix struct definitions 2020-05-01 16:47:35 -04:00
mem.rs should have added these earlier 2020-04-25 00:12:58 -04:00
mesh.rs should have added these earlier 2020-04-25 00:12:58 -04:00
meta.rs should have added these earlier 2020-04-25 00:12:58 -04:00
mod.rs adding structs 2020-04-24 18:15:51 -04:00
node.rs should have added these earlier 2020-04-25 00:12:58 -04:00
plane.rs populating plane struct 2020-05-01 16:58:32 -04:00
quaternion.rs should have added these earlier 2020-04-25 00:12:58 -04:00
ray.rs should have added these earlier 2020-04-25 00:12:58 -04:00
scene.rs should have added these earlier 2020-04-25 00:12:58 -04:00
string.rs Need to consider different implementations of String kinds in Rust, and additionally how we may want to `impl Copy for Str`, i.e. `std::mem::swap` with placeholders to keep performance up. 2020-05-01 17:25:02 -04:00
texel.rs populating Texel struct definition for textures 2020-05-01 16:50:31 -04:00
texture.rs should have added these earlier 2020-04-25 00:12:58 -04:00
transform.rs should have added these earlier 2020-04-25 00:12:58 -04:00
vec.rs vector definitions 2020-05-01 16:32:25 -04:00
vertex_weight.rs should have added these earlier 2020-04-25 00:12:58 -04:00