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