Struct assimp_sys::AiMemoryInfo [] [src]

#[repr(C)]
pub struct AiMemoryInfo { pub textures: c_uint, pub materials: c_uint, pub meshes: c_uint, pub nodes: c_uint, pub animations: c_uint, pub cameras: c_uint, pub lights: c_uint, pub total: c_uint, }

Fields

Trait Implementations

impl Clone for AiMemoryInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AiMemoryInfo
[src]

impl Debug for AiMemoryInfo
[src]

[src]

Formats the value using the given formatter.

impl Default for AiMemoryInfo
[src]

[src]

Returns the "default value" for a type. Read more