Struct bgfx_sys::Struct_bgfx_transient_index_buffer [] [src]

pub struct Struct_bgfx_transient_index_buffer {
    pub data: *mut uint8_t,
    pub size: uint32_t,
    pub handle: bgfx_index_buffer_handle_t,
    pub startIndex: uint32_t,
}

Fields

data
size
handle
startIndex

Trait Implementations

impl Clone for Struct_bgfx_transient_index_buffer

fn clone(&self) -> Self

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

impl Default for Struct_bgfx_transient_index_buffer

fn default() -> Self

Derived Implementations

impl Copy for Struct_bgfx_transient_index_buffer