Struct imgui_sys::ImVector_char
source · Fields§
§Size: c_int
§Capacity: c_int
§Data: *mut c_char
Trait Implementations§
source§impl Clone for ImVector_char
impl Clone for ImVector_char
source§fn clone(&self) -> ImVector_char
fn clone(&self) -> ImVector_char
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_char
impl Debug for ImVector_char
source§impl Default for ImVector_char
impl Default for ImVector_char
source§impl Hash for ImVector_char
impl Hash for ImVector_char
source§impl PartialEq<ImVector_char> for ImVector_char
impl PartialEq<ImVector_char> for ImVector_char
source§fn eq(&self, other: &ImVector_char) -> bool
fn eq(&self, other: &ImVector_char) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.