Struct easy_imgui_sys::ImGuiDebugAllocEntry
source · #[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 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 ImGuiDebugAllocEntry
impl Debug for ImGuiDebugAllocEntry
impl Copy for ImGuiDebugAllocEntry
Auto Trait Implementations§
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