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