#[repr(transparent)]pub struct ImGuiItemFlagsPrivate_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiItemFlagsPrivate_
impl ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_ReadOnly: ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_MixedValue: ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_NoWindowHoverableCheck: ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_AllowOverlap: ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_NoMarkEdited: ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_NoFocus: ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_Inputable: ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_HasSelectionUserData: ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_IsMultiSelect: ImGuiItemFlagsPrivate_
pub const ImGuiItemFlags_Default_: ImGuiItemFlagsPrivate_
Trait Implementations§
Source§impl Clone for ImGuiItemFlagsPrivate_
impl Clone for ImGuiItemFlagsPrivate_
Source§fn clone(&self) -> ImGuiItemFlagsPrivate_
fn clone(&self) -> ImGuiItemFlagsPrivate_
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImGuiItemFlagsPrivate_
Source§impl Debug for ImGuiItemFlagsPrivate_
impl Debug for ImGuiItemFlagsPrivate_
impl Eq for ImGuiItemFlagsPrivate_
Source§impl Hash for ImGuiItemFlagsPrivate_
impl Hash for ImGuiItemFlagsPrivate_
Source§impl PartialEq for ImGuiItemFlagsPrivate_
impl PartialEq for ImGuiItemFlagsPrivate_
impl StructuralPartialEq for ImGuiItemFlagsPrivate_
Auto Trait Implementations§
impl Freeze for ImGuiItemFlagsPrivate_
impl RefUnwindSafe for ImGuiItemFlagsPrivate_
impl Send for ImGuiItemFlagsPrivate_
impl Sync for ImGuiItemFlagsPrivate_
impl Unpin for ImGuiItemFlagsPrivate_
impl UnsafeUnpin for ImGuiItemFlagsPrivate_
impl UnwindSafe for ImGuiItemFlagsPrivate_
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