#[repr(C)]pub struct ImGuiPlatformImeData {
pub WantVisible: bool,
pub WantTextInput: bool,
pub InputPos: ImVec2,
pub InputLineHeight: f32,
pub ViewportId: ImGuiID,
}Fields§
§WantVisible: bool§WantTextInput: bool§InputPos: ImVec2§InputLineHeight: f32§ViewportId: ImGuiIDTrait Implementations§
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