Struct easy_imgui_sys::ImGuiTypingSelectRequest
source · #[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 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)