#[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§
Auto Trait Implementations§
impl Freeze for ImGuiTypingSelectState
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