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]

Auto Trait Implementations

impl<T> !Send for ImVector<T>

impl<T> !Sync for ImVector<T>