#[repr(C)]pub struct ImGuiMultiSelectIO {
pub Requests: ImVector_ImGuiSelectionRequest,
pub RangeSrcItem: ImGuiSelectionUserData,
pub NavIdItem: ImGuiSelectionUserData,
pub NavIdSelected: bool,
pub RangeSrcReset: bool,
pub ItemsCount: c_int,
}Fields§
§Requests: ImVector_ImGuiSelectionRequest§RangeSrcItem: ImGuiSelectionUserData§RangeSrcReset: bool§ItemsCount: c_intTrait Implementations§
Source§impl Clone for ImGuiMultiSelectIO
impl Clone for ImGuiMultiSelectIO
Source§fn clone(&self) -> ImGuiMultiSelectIO
fn clone(&self) -> ImGuiMultiSelectIO
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 ImGuiMultiSelectIO
impl Debug for ImGuiMultiSelectIO
Source§impl Default for ImGuiMultiSelectIO
impl Default for ImGuiMultiSelectIO
Source§impl Hash for ImGuiMultiSelectIO
impl Hash for ImGuiMultiSelectIO
Source§impl PartialEq for ImGuiMultiSelectIO
impl PartialEq for ImGuiMultiSelectIO
impl Copy for ImGuiMultiSelectIO
impl Eq for ImGuiMultiSelectIO
impl StructuralPartialEq for ImGuiMultiSelectIO
Auto Trait Implementations§
impl Freeze for ImGuiMultiSelectIO
impl RefUnwindSafe for ImGuiMultiSelectIO
impl !Send for ImGuiMultiSelectIO
impl !Sync for ImGuiMultiSelectIO
impl Unpin for ImGuiMultiSelectIO
impl UnwindSafe for ImGuiMultiSelectIO
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