Struct easy_imgui_sys::ImGuiTypingSelectState
source · #[repr(C)]pub struct ImGuiTypingSelectState {
pub Request: ImGuiTypingSelectRequest,
pub SearchBuffer: [c_char; 64],
pub FocusScope: ImGuiID,
pub LastRequestFrame: c_int,
pub LastRequestTime: f32,
pub SingleCharModeLock: bool,
}Fields§
§Request: ImGuiTypingSelectRequest§SearchBuffer: [c_char; 64]§FocusScope: ImGuiID§LastRequestFrame: c_int§LastRequestTime: f32§SingleCharModeLock: boolTrait Implementations§
source§impl Clone for ImGuiTypingSelectState
impl Clone for ImGuiTypingSelectState
source§fn clone(&self) -> ImGuiTypingSelectState
fn clone(&self) -> ImGuiTypingSelectState
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 ImGuiTypingSelectState
impl Debug for ImGuiTypingSelectState
impl Copy for ImGuiTypingSelectState
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiTypingSelectState
impl !Send for ImGuiTypingSelectState
impl !Sync for ImGuiTypingSelectState
impl Unpin for ImGuiTypingSelectState
impl UnwindSafe for ImGuiTypingSelectState
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