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 for ImGuiPlatformImeData
impl PartialEq 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 ==
.impl Copy for ImGuiPlatformImeData
impl StructuralPartialEq for ImGuiPlatformImeData
Auto Trait Implementations§
impl Freeze for ImGuiPlatformImeData
impl RefUnwindSafe for ImGuiPlatformImeData
impl Send for ImGuiPlatformImeData
impl Sync for ImGuiPlatformImeData
impl Unpin for ImGuiPlatformImeData
impl UnwindSafe for ImGuiPlatformImeData
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