Struct easy_imgui_sys::ImGuiInputEventKey
source · #[repr(C)]pub struct ImGuiInputEventKey {
pub Key: ImGuiKey,
pub Down: bool,
pub AnalogValue: f32,
}Fields§
§Key: ImGuiKey§Down: bool§AnalogValue: f32Trait Implementations§
source§impl Clone for ImGuiInputEventKey
impl Clone for ImGuiInputEventKey
source§fn clone(&self) -> ImGuiInputEventKey
fn clone(&self) -> ImGuiInputEventKey
Returns a copy 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 ImGuiInputEventKey
impl Debug for ImGuiInputEventKey
impl Copy for ImGuiInputEventKey
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiInputEventKey
impl Send for ImGuiInputEventKey
impl Sync for ImGuiInputEventKey
impl Unpin for ImGuiInputEventKey
impl UnwindSafe for ImGuiInputEventKey
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