#[repr(C)]pub struct ImGuiTypingSelectRequest {
pub Flags: ImGuiTypingSelectFlags,
pub SearchBufferLen: c_int,
pub SearchBuffer: *const c_char,
pub SelectRequest: bool,
pub SingleCharMode: bool,
pub SingleCharSize: ImS8,
}Fields§
§Flags: ImGuiTypingSelectFlags§SearchBufferLen: c_int§SearchBuffer: *const c_char§SelectRequest: bool§SingleCharMode: bool§SingleCharSize: ImS8Trait Implementations§
Source§impl Clone for ImGuiTypingSelectRequest
impl Clone for ImGuiTypingSelectRequest
Source§fn clone(&self) -> ImGuiTypingSelectRequest
fn clone(&self) -> ImGuiTypingSelectRequest
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 Debug for ImGuiTypingSelectRequest
impl Debug for ImGuiTypingSelectRequest
impl Copy for ImGuiTypingSelectRequest
Auto Trait Implementations§
impl Freeze for ImGuiTypingSelectRequest
impl RefUnwindSafe for ImGuiTypingSelectRequest
impl !Send for ImGuiTypingSelectRequest
impl !Sync for ImGuiTypingSelectRequest
impl Unpin for ImGuiTypingSelectRequest
impl UnwindSafe for ImGuiTypingSelectRequest
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