Struct easy_imgui_sys::ImPool
source · #[repr(C)]pub struct ImPool<T> {
pub Buf: ImVector<T>,
pub Map: ImGuiStorage,
pub FreeIdx: ImPoolIdx,
pub AliveCount: ImPoolIdx,
pub _phantom_0: PhantomData<UnsafeCell<T>>,
}Fields§
§Buf: ImVector<T>§Map: ImGuiStorage§FreeIdx: ImPoolIdx§AliveCount: ImPoolIdx§_phantom_0: PhantomData<UnsafeCell<T>>Auto Trait Implementations§
impl<T> Freeze for ImPool<T>
impl<T> !RefUnwindSafe for ImPool<T>
impl<T> !Send for ImPool<T>
impl<T> !Sync for ImPool<T>
impl<T> Unpin for ImPool<T>where
T: Unpin,
impl<T> UnwindSafe for ImPool<T>where
T: RefUnwindSafe + UnwindSafe,
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