#[repr(transparent)]pub struct ImGuiPopupFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiPopupFlags_
impl ImGuiPopupFlags_
pub const ImGuiPopupFlags_None: ImGuiPopupFlags_
pub const ImGuiPopupFlags_MouseButtonLeft: ImGuiPopupFlags_
pub const ImGuiPopupFlags_MouseButtonRight: ImGuiPopupFlags_
pub const ImGuiPopupFlags_MouseButtonMiddle: ImGuiPopupFlags_
pub const ImGuiPopupFlags_NoReopen: ImGuiPopupFlags_
pub const ImGuiPopupFlags_NoOpenOverExistingPopup: ImGuiPopupFlags_
pub const ImGuiPopupFlags_NoOpenOverItems: ImGuiPopupFlags_
pub const ImGuiPopupFlags_AnyPopupId: ImGuiPopupFlags_
pub const ImGuiPopupFlags_AnyPopupLevel: ImGuiPopupFlags_
pub const ImGuiPopupFlags_AnyPopup: ImGuiPopupFlags_
pub const ImGuiPopupFlags_MouseButtonShift_: ImGuiPopupFlags_
pub const ImGuiPopupFlags_MouseButtonMask_: ImGuiPopupFlags_
pub const ImGuiPopupFlags_InvalidMask_: ImGuiPopupFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiPopupFlags_
impl BitAnd for ImGuiPopupFlags_
Source§impl BitAndAssign for ImGuiPopupFlags_
impl BitAndAssign for ImGuiPopupFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiPopupFlags_)
fn bitand_assign(&mut self, rhs: ImGuiPopupFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiPopupFlags_
impl BitOr for ImGuiPopupFlags_
Source§impl BitOrAssign for ImGuiPopupFlags_
impl BitOrAssign for ImGuiPopupFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiPopupFlags_)
fn bitor_assign(&mut self, rhs: ImGuiPopupFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiPopupFlags_
impl Clone for ImGuiPopupFlags_
Source§fn clone(&self) -> ImGuiPopupFlags_
fn clone(&self) -> ImGuiPopupFlags_
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 ImGuiPopupFlags_
impl Debug for ImGuiPopupFlags_
Source§impl Hash for ImGuiPopupFlags_
impl Hash for ImGuiPopupFlags_
Source§impl PartialEq for ImGuiPopupFlags_
impl PartialEq for ImGuiPopupFlags_
impl Copy for ImGuiPopupFlags_
impl Eq for ImGuiPopupFlags_
impl StructuralPartialEq for ImGuiPopupFlags_
Auto Trait Implementations§
impl Freeze for ImGuiPopupFlags_
impl RefUnwindSafe for ImGuiPopupFlags_
impl Send for ImGuiPopupFlags_
impl Sync for ImGuiPopupFlags_
impl Unpin for ImGuiPopupFlags_
impl UnsafeUnpin for ImGuiPopupFlags_
impl UnwindSafe for ImGuiPopupFlags_
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