Struct easy_imgui_sys::ImGuiInputTextFlags_
source · #[repr(transparent)]pub struct ImGuiInputTextFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_None: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsDecimal: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsHexadecimal: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsUppercase: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsNoBlank: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_AutoSelectAll: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_EnterReturnsTrue: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackCompletion: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackHistory: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackAlways: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackCharFilter: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_AllowTabInput: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_NoHorizontalScroll: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_AlwaysOverwrite: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_ReadOnly: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_Password: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_NoUndoRedo: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsScientific: ImGuiInputTextFlags_ = _
source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackResize: ImGuiInputTextFlags_ = _
Trait Implementations§
source§impl BitAnd for ImGuiInputTextFlags_
impl BitAnd for ImGuiInputTextFlags_
source§impl BitAndAssign for ImGuiInputTextFlags_
impl BitAndAssign for ImGuiInputTextFlags_
source§fn bitand_assign(&mut self, rhs: ImGuiInputTextFlags_)
fn bitand_assign(&mut self, rhs: ImGuiInputTextFlags_)
Performs the
&= operation. Read moresource§impl BitOr for ImGuiInputTextFlags_
impl BitOr for ImGuiInputTextFlags_
source§impl BitOrAssign for ImGuiInputTextFlags_
impl BitOrAssign for ImGuiInputTextFlags_
source§fn bitor_assign(&mut self, rhs: ImGuiInputTextFlags_)
fn bitor_assign(&mut self, rhs: ImGuiInputTextFlags_)
Performs the
|= operation. Read moresource§impl Clone for ImGuiInputTextFlags_
impl Clone for ImGuiInputTextFlags_
source§fn clone(&self) -> ImGuiInputTextFlags_
fn clone(&self) -> ImGuiInputTextFlags_
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 ImGuiInputTextFlags_
impl Debug for ImGuiInputTextFlags_
source§impl Hash for ImGuiInputTextFlags_
impl Hash for ImGuiInputTextFlags_
source§impl PartialEq for ImGuiInputTextFlags_
impl PartialEq for ImGuiInputTextFlags_
source§fn eq(&self, other: &ImGuiInputTextFlags_) -> bool
fn eq(&self, other: &ImGuiInputTextFlags_) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiInputTextFlags_
impl Eq for ImGuiInputTextFlags_
impl StructuralPartialEq for ImGuiInputTextFlags_
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiInputTextFlags_
impl Send for ImGuiInputTextFlags_
impl Sync for ImGuiInputTextFlags_
impl Unpin for ImGuiInputTextFlags_
impl UnwindSafe for ImGuiInputTextFlags_
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