#[repr(C)]pub struct ImGuiInputTextDeactivatedState {
pub ID: ImGuiID,
pub TextA: ImVector_char,
}Fields§
§ID: ImGuiID§TextA: ImVector_charTrait Implementations§
Source§impl Clone for ImGuiInputTextDeactivatedState
impl Clone for ImGuiInputTextDeactivatedState
Source§fn clone(&self) -> ImGuiInputTextDeactivatedState
fn clone(&self) -> ImGuiInputTextDeactivatedState
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 PartialEq for ImGuiInputTextDeactivatedState
impl PartialEq for ImGuiInputTextDeactivatedState
Source§fn eq(&self, other: &ImGuiInputTextDeactivatedState) -> bool
fn eq(&self, other: &ImGuiInputTextDeactivatedState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImGuiInputTextDeactivatedState
impl Eq for ImGuiInputTextDeactivatedState
impl StructuralPartialEq for ImGuiInputTextDeactivatedState
Auto Trait Implementations§
impl Freeze for ImGuiInputTextDeactivatedState
impl RefUnwindSafe for ImGuiInputTextDeactivatedState
impl !Send for ImGuiInputTextDeactivatedState
impl !Sync for ImGuiInputTextDeactivatedState
impl Unpin for ImGuiInputTextDeactivatedState
impl UnwindSafe for ImGuiInputTextDeactivatedState
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