#[repr(transparent)]pub struct ImGuiItemFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiItemFlags_
impl ImGuiItemFlags_
pub const ImGuiItemFlags_None: ImGuiItemFlags_
pub const ImGuiItemFlags_NoTabStop: ImGuiItemFlags_
pub const ImGuiItemFlags_ButtonRepeat: ImGuiItemFlags_
pub const ImGuiItemFlags_AutoClosePopups: ImGuiItemFlags_
pub const ImGuiItemFlags_AllowDuplicateId: ImGuiItemFlags_
pub const ImGuiItemFlags_Disabled: ImGuiItemFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiItemFlags_
impl BitAnd for ImGuiItemFlags_
Source§impl BitAndAssign for ImGuiItemFlags_
impl BitAndAssign for ImGuiItemFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiItemFlags_)
fn bitand_assign(&mut self, rhs: ImGuiItemFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiItemFlags_
impl BitOr for ImGuiItemFlags_
Source§impl BitOrAssign for ImGuiItemFlags_
impl BitOrAssign for ImGuiItemFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiItemFlags_)
fn bitor_assign(&mut self, rhs: ImGuiItemFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiItemFlags_
impl Clone for ImGuiItemFlags_
Source§fn clone(&self) -> ImGuiItemFlags_
fn clone(&self) -> ImGuiItemFlags_
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 ImGuiItemFlags_
impl Debug for ImGuiItemFlags_
Source§impl Hash for ImGuiItemFlags_
impl Hash for ImGuiItemFlags_
Source§impl PartialEq for ImGuiItemFlags_
impl PartialEq for ImGuiItemFlags_
impl Copy for ImGuiItemFlags_
impl Eq for ImGuiItemFlags_
impl StructuralPartialEq for ImGuiItemFlags_
Auto Trait Implementations§
impl Freeze for ImGuiItemFlags_
impl RefUnwindSafe for ImGuiItemFlags_
impl Send for ImGuiItemFlags_
impl Sync for ImGuiItemFlags_
impl Unpin for ImGuiItemFlags_
impl UnsafeUnpin for ImGuiItemFlags_
impl UnwindSafe for ImGuiItemFlags_
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