#[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_ImGuiKeyRoutingDataTrait Implementations§
Source§impl Clone for ImGuiKeyRoutingTable
impl Clone for ImGuiKeyRoutingTable
Source§fn clone(&self) -> ImGuiKeyRoutingTable
fn clone(&self) -> ImGuiKeyRoutingTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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 Copy 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