#[repr(C)]pub struct ImPool_ImGuiMultiSelectState {
pub Buf: ImVector_ImGuiMultiSelectState,
pub Map: ImGuiStorage,
pub FreeIdx: ImPoolIdx,
pub AliveCount: ImPoolIdx,
}Fields§
§Buf: ImVector_ImGuiMultiSelectState§Map: ImGuiStorage§FreeIdx: ImPoolIdx§AliveCount: ImPoolIdxTrait Implementations§
Source§impl Clone for ImPool_ImGuiMultiSelectState
impl Clone for ImPool_ImGuiMultiSelectState
Source§fn clone(&self) -> ImPool_ImGuiMultiSelectState
fn clone(&self) -> ImPool_ImGuiMultiSelectState
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_ImGuiMultiSelectState
impl Debug for ImPool_ImGuiMultiSelectState
Source§impl Hash for ImPool_ImGuiMultiSelectState
impl Hash for ImPool_ImGuiMultiSelectState
Source§impl PartialEq for ImPool_ImGuiMultiSelectState
impl PartialEq for ImPool_ImGuiMultiSelectState
Source§fn eq(&self, other: &ImPool_ImGuiMultiSelectState) -> bool
fn eq(&self, other: &ImPool_ImGuiMultiSelectState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImPool_ImGuiMultiSelectState
impl Eq for ImPool_ImGuiMultiSelectState
impl StructuralPartialEq for ImPool_ImGuiMultiSelectState
Auto Trait Implementations§
impl Freeze for ImPool_ImGuiMultiSelectState
impl RefUnwindSafe for ImPool_ImGuiMultiSelectState
impl !Send for ImPool_ImGuiMultiSelectState
impl !Sync for ImPool_ImGuiMultiSelectState
impl Unpin for ImPool_ImGuiMultiSelectState
impl UnwindSafe for ImPool_ImGuiMultiSelectState
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