Struct easy_imgui_sys::ImGuiDebugAllocInfo
source · #[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 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 ImGuiDebugAllocInfo
impl Debug for ImGuiDebugAllocInfo
impl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)