#[repr(C)]pub struct ImGuiInputTextDeactivatedState {
pub ID: ImGuiID,
pub ElapseFrame: c_int,
pub TextA: ImVector_char,
}Fields§
§ID: ImGuiID§ElapseFrame: c_int§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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImGuiInputTextDeactivatedState
impl Eq for ImGuiInputTextDeactivatedState
impl StructuralPartialEq for ImGuiInputTextDeactivatedState
Auto Trait Implementations§
impl !Send for ImGuiInputTextDeactivatedState
impl !Sync for ImGuiInputTextDeactivatedState
impl Freeze for ImGuiInputTextDeactivatedState
impl RefUnwindSafe for ImGuiInputTextDeactivatedState
impl Unpin for ImGuiInputTextDeactivatedState
impl UnsafeUnpin 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