#[repr(C)]pub struct ImGuiMultiSelectState {
pub Window: *mut ImGuiWindow,
pub ID: ImGuiID,
pub LastFrameActive: c_int,
pub LastSelectionSize: c_int,
pub RangeSelected: ImS8,
pub NavIdSelected: ImS8,
pub RangeSrcItem: ImGuiSelectionUserData,
pub NavIdItem: ImGuiSelectionUserData,
}Fields§
§Window: *mut ImGuiWindow§ID: ImGuiID§LastFrameActive: c_int§LastSelectionSize: c_int§RangeSelected: ImS8§RangeSrcItem: ImGuiSelectionUserDataTrait Implementations§
Source§impl Clone for ImGuiMultiSelectState
impl Clone for ImGuiMultiSelectState
Source§fn clone(&self) -> ImGuiMultiSelectState
fn clone(&self) -> 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 ImGuiMultiSelectState
impl Debug for ImGuiMultiSelectState
impl Copy for ImGuiMultiSelectState
Auto Trait Implementations§
impl Freeze for ImGuiMultiSelectState
impl !RefUnwindSafe for ImGuiMultiSelectState
impl !Send for ImGuiMultiSelectState
impl !Sync for ImGuiMultiSelectState
impl Unpin for ImGuiMultiSelectState
impl !UnwindSafe for 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