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