#[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 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 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