#[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§
Source§impl Clone for ImGuiKeyRoutingData
impl Clone for ImGuiKeyRoutingData
Source§fn clone(&self) -> ImGuiKeyRoutingData
fn clone(&self) -> ImGuiKeyRoutingData
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 ImGuiKeyRoutingData
impl Debug for ImGuiKeyRoutingData
impl Copy for ImGuiKeyRoutingData
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