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