Struct easy_imgui_sys::ImGuiKeyRoutingTable
source · #[repr(C)]pub struct ImGuiKeyRoutingTable {
pub Index: [ImGuiKeyRoutingIndex; 154],
pub Entries: ImVector<ImGuiKeyRoutingData>,
pub EntriesNext: ImVector<ImGuiKeyRoutingData>,
}Fields§
§Index: [ImGuiKeyRoutingIndex; 154]§Entries: ImVector<ImGuiKeyRoutingData>§EntriesNext: ImVector<ImGuiKeyRoutingData>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ImGuiKeyRoutingTable
impl !Send for ImGuiKeyRoutingTable
impl !Sync for ImGuiKeyRoutingTable
impl Unpin for ImGuiKeyRoutingTable
impl UnwindSafe for ImGuiKeyRoutingTable
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