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