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