Struct imgui_sys::ImVector [] [src]

#[repr(C)]
pub struct ImVector<T> { pub size: c_int, pub capacity: c_int, pub data: *mut T, }

Lightweight vector struct

Fields

Methods

impl<T> ImVector<T>
[src]