#[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 for ImVector_ImFontGlyph
impl PartialEq for ImVector_ImFontGlyph
impl Copy for ImVector_ImFontGlyph
impl Eq for ImVector_ImFontGlyph
impl StructuralPartialEq for ImVector_ImFontGlyph
Auto Trait Implementations§
impl Freeze for ImVector_ImFontGlyph
impl RefUnwindSafe for ImVector_ImFontGlyph
impl !Send for ImVector_ImFontGlyph
impl !Sync for ImVector_ImFontGlyph
impl Unpin for ImVector_ImFontGlyph
impl UnwindSafe for ImVector_ImFontGlyph
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more