#[repr(transparent)]pub struct ImGuiButtonFlagsPrivate_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiButtonFlagsPrivate_
impl ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_PressedOnClick: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_PressedOnClickRelease: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_PressedOnClickReleaseAnywhere: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_PressedOnRelease: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_PressedOnDoubleClick: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_PressedOnDragDropHold: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_FlattenChildren: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_AllowOverlap: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_AlignTextBaseLine: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_NoKeyModsAllowed: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_NoHoldingActiveId: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_NoHoveredOnFocus: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_NoSetKeyOwner: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_NoTestKeyOwner: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_NoFocus: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_PressedOnMask_: ImGuiButtonFlagsPrivate_
pub const ImGuiButtonFlags_PressedOnDefault_: ImGuiButtonFlagsPrivate_
Trait Implementations§
Source§impl Clone for ImGuiButtonFlagsPrivate_
impl Clone for ImGuiButtonFlagsPrivate_
Source§fn clone(&self) -> ImGuiButtonFlagsPrivate_
fn clone(&self) -> ImGuiButtonFlagsPrivate_
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 ImGuiButtonFlagsPrivate_
impl Debug for ImGuiButtonFlagsPrivate_
Source§impl Hash for ImGuiButtonFlagsPrivate_
impl Hash for ImGuiButtonFlagsPrivate_
Source§impl PartialEq for ImGuiButtonFlagsPrivate_
impl PartialEq for ImGuiButtonFlagsPrivate_
impl Copy for ImGuiButtonFlagsPrivate_
impl Eq for ImGuiButtonFlagsPrivate_
impl StructuralPartialEq for ImGuiButtonFlagsPrivate_
Auto Trait Implementations§
impl Freeze for ImGuiButtonFlagsPrivate_
impl RefUnwindSafe for ImGuiButtonFlagsPrivate_
impl Send for ImGuiButtonFlagsPrivate_
impl Sync for ImGuiButtonFlagsPrivate_
impl Unpin for ImGuiButtonFlagsPrivate_
impl UnwindSafe for ImGuiButtonFlagsPrivate_
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