#[repr(C)]pub struct ImGuiDebugAllocEntry {
pub FrameCount: c_int,
pub AllocCount: ImS16,
pub FreeCount: ImS16,
}Fields§
§FrameCount: c_int§AllocCount: ImS16§FreeCount: ImS16Trait Implementations§
Source§impl Clone for ImGuiDebugAllocEntry
impl Clone for ImGuiDebugAllocEntry
Source§fn clone(&self) -> ImGuiDebugAllocEntry
fn clone(&self) -> ImGuiDebugAllocEntry
Returns a duplicate 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 ImGuiDebugAllocEntry
impl Debug for ImGuiDebugAllocEntry
Source§impl Default for ImGuiDebugAllocEntry
impl Default for ImGuiDebugAllocEntry
Source§fn default() -> ImGuiDebugAllocEntry
fn default() -> ImGuiDebugAllocEntry
Returns the “default value” for a type. Read more
Source§impl Hash for ImGuiDebugAllocEntry
impl Hash for ImGuiDebugAllocEntry
Source§impl PartialEq for ImGuiDebugAllocEntry
impl PartialEq for ImGuiDebugAllocEntry
impl Copy for ImGuiDebugAllocEntry
impl Eq for ImGuiDebugAllocEntry
impl StructuralPartialEq for ImGuiDebugAllocEntry
Auto Trait Implementations§
impl Freeze for ImGuiDebugAllocEntry
impl RefUnwindSafe for ImGuiDebugAllocEntry
impl Send for ImGuiDebugAllocEntry
impl Sync for ImGuiDebugAllocEntry
impl Unpin for ImGuiDebugAllocEntry
impl UnwindSafe for ImGuiDebugAllocEntry
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