Struct bgfx_sys::Struct_bgfx_vertex_decl [] [src]

pub struct Struct_bgfx_vertex_decl {
    pub hash: uint32_t,
    pub stride: uint16_t,
    pub offset: [uint16_t; 16usize],
    pub attributes: [uint16_t; 16usize],
}

Fields

hash
stride
offset
attributes

Trait Implementations

impl Clone for Struct_bgfx_vertex_decl

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for Struct_bgfx_vertex_decl

fn default() -> Self

Derived Implementations

impl Copy for Struct_bgfx_vertex_decl