Struct imgui_sys::ImGuiPlatformImeData
source · #[repr(C)]pub struct ImGuiPlatformImeData {
pub WantVisible: bool,
pub InputPos: ImVec2,
pub InputLineHeight: f32,
}
Fields§
§WantVisible: bool
§InputPos: ImVec2
§InputLineHeight: f32
Trait Implementations§
source§impl Clone for ImGuiPlatformImeData
impl Clone for ImGuiPlatformImeData
source§fn clone(&self) -> ImGuiPlatformImeData
fn clone(&self) -> ImGuiPlatformImeData
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 ImGuiPlatformImeData
impl Debug for ImGuiPlatformImeData
source§impl Default for ImGuiPlatformImeData
impl Default for ImGuiPlatformImeData
source§fn default() -> ImGuiPlatformImeData
fn default() -> ImGuiPlatformImeData
Returns the “default value” for a type. Read more
source§impl PartialEq<ImGuiPlatformImeData> for ImGuiPlatformImeData
impl PartialEq<ImGuiPlatformImeData> for ImGuiPlatformImeData
source§fn eq(&self, other: &ImGuiPlatformImeData) -> bool
fn eq(&self, other: &ImGuiPlatformImeData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.