#[repr(C)]pub struct ImGuiInputTextDeactivatedState {
pub ID: ImGuiID,
pub TextA: ImVector<c_char>,
}Fields§
§ID: ImGuiID§TextA: ImVector<c_char>Trait Implementations§
Auto Trait Implementations§
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