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