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