#[repr(transparent)]pub struct ImGuiSelectableFlagsPrivate_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiSelectableFlagsPrivate_
impl ImGuiSelectableFlagsPrivate_
pub const ImGuiSelectableFlags_NoHoldingActiveID: ImGuiSelectableFlagsPrivate_
pub const ImGuiSelectableFlags_SelectOnClick: ImGuiSelectableFlagsPrivate_
pub const ImGuiSelectableFlags_SelectOnRelease: ImGuiSelectableFlagsPrivate_
pub const ImGuiSelectableFlags_SpanAvailWidth: ImGuiSelectableFlagsPrivate_
pub const ImGuiSelectableFlags_NoPadWithHalfSpacing: ImGuiSelectableFlagsPrivate_
pub const ImGuiSelectableFlags_NoSetKeyOwner: ImGuiSelectableFlagsPrivate_
Trait Implementations§
Source§impl Clone for ImGuiSelectableFlagsPrivate_
impl Clone for ImGuiSelectableFlagsPrivate_
Source§fn clone(&self) -> ImGuiSelectableFlagsPrivate_
fn clone(&self) -> ImGuiSelectableFlagsPrivate_
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 ImGuiSelectableFlagsPrivate_
impl Debug for ImGuiSelectableFlagsPrivate_
Source§impl Hash for ImGuiSelectableFlagsPrivate_
impl Hash for ImGuiSelectableFlagsPrivate_
Source§impl PartialEq for ImGuiSelectableFlagsPrivate_
impl PartialEq for ImGuiSelectableFlagsPrivate_
Source§fn eq(&self, other: &ImGuiSelectableFlagsPrivate_) -> bool
fn eq(&self, other: &ImGuiSelectableFlagsPrivate_) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImGuiSelectableFlagsPrivate_
impl Eq for ImGuiSelectableFlagsPrivate_
impl StructuralPartialEq for ImGuiSelectableFlagsPrivate_
Auto Trait Implementations§
impl Freeze for ImGuiSelectableFlagsPrivate_
impl RefUnwindSafe for ImGuiSelectableFlagsPrivate_
impl Send for ImGuiSelectableFlagsPrivate_
impl Sync for ImGuiSelectableFlagsPrivate_
impl Unpin for ImGuiSelectableFlagsPrivate_
impl UnsafeUnpin for ImGuiSelectableFlagsPrivate_
impl UnwindSafe for ImGuiSelectableFlagsPrivate_
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