#[repr(C)]pub struct ImVector_ImFontAtlasCustomRect {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImFontAtlasCustomRect,
}
Fields§
§Size: c_int
§Capacity: c_int
§Data: *mut ImFontAtlasCustomRect
Trait Implementations§
source§impl Clone for ImVector_ImFontAtlasCustomRect
impl Clone for ImVector_ImFontAtlasCustomRect
source§fn clone(&self) -> ImVector_ImFontAtlasCustomRect
fn clone(&self) -> ImVector_ImFontAtlasCustomRect
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 PartialEq for ImVector_ImFontAtlasCustomRect
impl PartialEq for ImVector_ImFontAtlasCustomRect
source§fn eq(&self, other: &ImVector_ImFontAtlasCustomRect) -> bool
fn eq(&self, other: &ImVector_ImFontAtlasCustomRect) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImVector_ImFontAtlasCustomRect
impl Eq for ImVector_ImFontAtlasCustomRect
impl StructuralPartialEq for ImVector_ImFontAtlasCustomRect
Auto Trait Implementations§
impl Freeze for ImVector_ImFontAtlasCustomRect
impl RefUnwindSafe for ImVector_ImFontAtlasCustomRect
impl !Send for ImVector_ImFontAtlasCustomRect
impl !Sync for ImVector_ImFontAtlasCustomRect
impl Unpin for ImVector_ImFontAtlasCustomRect
impl UnwindSafe for ImVector_ImFontAtlasCustomRect
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