Struct imgui_sys::ImVector_ImDrawIdx
source · #[repr(C)]pub struct ImVector_ImDrawIdx {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImDrawIdx,
}
Fields§
§Size: c_int
§Capacity: c_int
§Data: *mut ImDrawIdx
Trait Implementations§
source§impl Clone for ImVector_ImDrawIdx
impl Clone for ImVector_ImDrawIdx
source§fn clone(&self) -> ImVector_ImDrawIdx
fn clone(&self) -> ImVector_ImDrawIdx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ImVector_ImDrawIdx
impl Debug for ImVector_ImDrawIdx
source§impl Default for ImVector_ImDrawIdx
impl Default for ImVector_ImDrawIdx
source§impl Hash for ImVector_ImDrawIdx
impl Hash for ImVector_ImDrawIdx
source§impl PartialEq<ImVector_ImDrawIdx> for ImVector_ImDrawIdx
impl PartialEq<ImVector_ImDrawIdx> for ImVector_ImDrawIdx
source§fn eq(&self, other: &ImVector_ImDrawIdx) -> bool
fn eq(&self, other: &ImVector_ImDrawIdx) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.