#[repr(C)]pub struct ImGuiKeyRoutingData {
pub NextEntryIndex: ImGuiKeyRoutingIndex,
pub Mods: ImU16,
pub RoutingCurrScore: ImU16,
pub RoutingNextScore: ImU16,
pub RoutingCurr: ImGuiID,
pub RoutingNext: ImGuiID,
}Fields§
§NextEntryIndex: ImGuiKeyRoutingIndex§Mods: ImU16§RoutingCurrScore: ImU16§RoutingNextScore: ImU16§RoutingCurr: ImGuiID§RoutingNext: ImGuiIDTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiKeyRoutingData
impl RefUnwindSafe for ImGuiKeyRoutingData
impl Send for ImGuiKeyRoutingData
impl Sync for ImGuiKeyRoutingData
impl Unpin for ImGuiKeyRoutingData
impl UnwindSafe for ImGuiKeyRoutingData
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