#[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§
Source§impl Debug for ImGuiKeyRoutingTable
impl Debug for ImGuiKeyRoutingTable
Source§impl Default for ImGuiKeyRoutingTable
impl Default for ImGuiKeyRoutingTable
Source§impl Hash for ImGuiKeyRoutingTable
impl Hash for ImGuiKeyRoutingTable
Source§impl PartialEq for ImGuiKeyRoutingTable
impl PartialEq for ImGuiKeyRoutingTable
impl Eq for ImGuiKeyRoutingTable
impl StructuralPartialEq for ImGuiKeyRoutingTable
Auto Trait Implementations§
impl Freeze for ImGuiKeyRoutingTable
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