#[repr(transparent)]pub struct ImGuiInputTextFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiInputTextFlags_
impl ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_None: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsDecimal: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsHexadecimal: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsScientific: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsUppercase: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CharsNoBlank: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_AllowTabInput: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_EnterReturnsTrue: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_EscapeClearsAll: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CtrlEnterForNewLine: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_ReadOnly: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_Password: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_AlwaysOverwrite: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_AutoSelectAll: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_ParseEmptyRefVal: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_DisplayEmptyRefVal: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_NoHorizontalScroll: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_NoUndoRedo: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_ElideLeft: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackCompletion: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackHistory: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackAlways: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackCharFilter: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackResize: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_CallbackEdit: ImGuiInputTextFlags_
pub const ImGuiInputTextFlags_WordWrap: 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 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 ImGuiInputTextFlags_
impl Debug for ImGuiInputTextFlags_
Source§impl Hash for ImGuiInputTextFlags_
impl Hash for ImGuiInputTextFlags_
Source§impl PartialEq for ImGuiInputTextFlags_
impl PartialEq for ImGuiInputTextFlags_
impl Copy for ImGuiInputTextFlags_
impl Eq for ImGuiInputTextFlags_
impl StructuralPartialEq for ImGuiInputTextFlags_
Auto Trait Implementations§
impl Freeze for ImGuiInputTextFlags_
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