Struct assimp_sys::AiVertexWeight [] [src]

#[repr(C)]
pub struct AiVertexWeight { pub vertex_id: c_uint, pub weight: c_float, }

Fields

Trait Implementations

impl Clone for AiVertexWeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiVertexWeight
[src]

impl Debug for AiVertexWeight
[src]

Formats the value using the given formatter.