#[repr(C)]pub struct ImPool_ImGuiTable {
pub Buf: ImVector_ImGuiTable,
pub Map: ImGuiStorage,
pub FreeIdx: ImPoolIdx,
pub AliveCount: ImPoolIdx,
}Fields§
§Buf: ImVector_ImGuiTable§Map: ImGuiStorage§FreeIdx: ImPoolIdx§AliveCount: ImPoolIdxTrait Implementations§
Source§impl Clone for ImPool_ImGuiTable
impl Clone for ImPool_ImGuiTable
Source§fn clone(&self) -> ImPool_ImGuiTable
fn clone(&self) -> ImPool_ImGuiTable
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 ImPool_ImGuiTable
impl Debug for ImPool_ImGuiTable
Source§impl Default for ImPool_ImGuiTable
impl Default for ImPool_ImGuiTable
Source§impl Hash for ImPool_ImGuiTable
impl Hash for ImPool_ImGuiTable
Source§impl PartialEq for ImPool_ImGuiTable
impl PartialEq for ImPool_ImGuiTable
impl Copy for ImPool_ImGuiTable
impl Eq for ImPool_ImGuiTable
impl StructuralPartialEq for ImPool_ImGuiTable
Auto Trait Implementations§
impl Freeze for ImPool_ImGuiTable
impl RefUnwindSafe for ImPool_ImGuiTable
impl !Send for ImPool_ImGuiTable
impl !Sync for ImPool_ImGuiTable
impl Unpin for ImPool_ImGuiTable
impl UnwindSafe for ImPool_ImGuiTable
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