Struct imgui_sys::ImVector_ImDrawCmd
source · #[repr(C)]pub struct ImVector_ImDrawCmd {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImDrawCmd,
}
Fields§
§Size: c_int
§Capacity: c_int
§Data: *mut ImDrawCmd
Trait Implementations§
source§impl Clone for ImVector_ImDrawCmd
impl Clone for ImVector_ImDrawCmd
source§fn clone(&self) -> ImVector_ImDrawCmd
fn clone(&self) -> ImVector_ImDrawCmd
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_ImDrawCmd
impl Debug for ImVector_ImDrawCmd
source§impl Default for ImVector_ImDrawCmd
impl Default for ImVector_ImDrawCmd
source§impl Hash for ImVector_ImDrawCmd
impl Hash for ImVector_ImDrawCmd
source§impl PartialEq<ImVector_ImDrawCmd> for ImVector_ImDrawCmd
impl PartialEq<ImVector_ImDrawCmd> for ImVector_ImDrawCmd
source§fn eq(&self, other: &ImVector_ImDrawCmd) -> bool
fn eq(&self, other: &ImVector_ImDrawCmd) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.