#[repr(transparent)]pub struct ImGuiHoveredFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiHoveredFlags_
impl ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_None: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_ChildWindows: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_RootWindow: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_AnyWindow: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_NoPopupHierarchy: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_DockHierarchy: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_AllowWhenBlockedByPopup: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_AllowWhenBlockedByActiveItem: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_AllowWhenOverlappedByItem: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_AllowWhenOverlappedByWindow: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_AllowWhenDisabled: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_AllowWhenOverlapped: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_RectOnly: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_RootAndChildWindows: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_ForTooltip: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_Stationary: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_DelayNone: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_DelayShort: ImGuiHoveredFlags_
pub const ImGuiHoveredFlags_DelayNormal: ImGuiHoveredFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiHoveredFlags_
impl BitAnd for ImGuiHoveredFlags_
Source§impl BitAndAssign for ImGuiHoveredFlags_
impl BitAndAssign for ImGuiHoveredFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiHoveredFlags_)
fn bitand_assign(&mut self, rhs: ImGuiHoveredFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiHoveredFlags_
impl BitOr for ImGuiHoveredFlags_
Source§impl BitOrAssign for ImGuiHoveredFlags_
impl BitOrAssign for ImGuiHoveredFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiHoveredFlags_)
fn bitor_assign(&mut self, rhs: ImGuiHoveredFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiHoveredFlags_
impl Clone for ImGuiHoveredFlags_
Source§fn clone(&self) -> ImGuiHoveredFlags_
fn clone(&self) -> ImGuiHoveredFlags_
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 ImGuiHoveredFlags_
impl Debug for ImGuiHoveredFlags_
Source§impl Hash for ImGuiHoveredFlags_
impl Hash for ImGuiHoveredFlags_
Source§impl PartialEq for ImGuiHoveredFlags_
impl PartialEq for ImGuiHoveredFlags_
impl Copy for ImGuiHoveredFlags_
impl Eq for ImGuiHoveredFlags_
impl StructuralPartialEq for ImGuiHoveredFlags_
Auto Trait Implementations§
impl Freeze for ImGuiHoveredFlags_
impl RefUnwindSafe for ImGuiHoveredFlags_
impl Send for ImGuiHoveredFlags_
impl Sync for ImGuiHoveredFlags_
impl Unpin for ImGuiHoveredFlags_
impl UnsafeUnpin for ImGuiHoveredFlags_
impl UnwindSafe for ImGuiHoveredFlags_
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