#[repr(transparent)]pub struct ImGuiItemStatusFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiItemStatusFlags_
impl ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_None: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_HoveredRect: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_HasDisplayRect: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_Edited: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_ToggledSelection: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_ToggledOpen: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_HasDeactivated: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_Deactivated: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_HoveredWindow: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_Visible: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_HasClipRect: ImGuiItemStatusFlags_
pub const ImGuiItemStatusFlags_HasShortcut: ImGuiItemStatusFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiItemStatusFlags_
impl BitAnd for ImGuiItemStatusFlags_
Source§impl BitAndAssign for ImGuiItemStatusFlags_
impl BitAndAssign for ImGuiItemStatusFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiItemStatusFlags_)
fn bitand_assign(&mut self, rhs: ImGuiItemStatusFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiItemStatusFlags_
impl BitOr for ImGuiItemStatusFlags_
Source§impl BitOrAssign for ImGuiItemStatusFlags_
impl BitOrAssign for ImGuiItemStatusFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiItemStatusFlags_)
fn bitor_assign(&mut self, rhs: ImGuiItemStatusFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiItemStatusFlags_
impl Clone for ImGuiItemStatusFlags_
Source§fn clone(&self) -> ImGuiItemStatusFlags_
fn clone(&self) -> ImGuiItemStatusFlags_
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 ImGuiItemStatusFlags_
impl Debug for ImGuiItemStatusFlags_
Source§impl Hash for ImGuiItemStatusFlags_
impl Hash for ImGuiItemStatusFlags_
Source§impl PartialEq for ImGuiItemStatusFlags_
impl PartialEq for ImGuiItemStatusFlags_
impl Copy for ImGuiItemStatusFlags_
impl Eq for ImGuiItemStatusFlags_
impl StructuralPartialEq for ImGuiItemStatusFlags_
Auto Trait Implementations§
impl Freeze for ImGuiItemStatusFlags_
impl RefUnwindSafe for ImGuiItemStatusFlags_
impl Send for ImGuiItemStatusFlags_
impl Sync for ImGuiItemStatusFlags_
impl Unpin for ImGuiItemStatusFlags_
impl UnsafeUnpin for ImGuiItemStatusFlags_
impl UnwindSafe for ImGuiItemStatusFlags_
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