#[repr(transparent)]pub struct ImGuiTreeNodeFlagsPrivate_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiTreeNodeFlagsPrivate_
impl ImGuiTreeNodeFlagsPrivate_
pub const ImGuiTreeNodeFlags_ClipLabelForTrailingButton: ImGuiTreeNodeFlagsPrivate_
pub const ImGuiTreeNodeFlags_UpsideDownArrow: ImGuiTreeNodeFlagsPrivate_
pub const ImGuiTreeNodeFlags_OpenOnMask_: ImGuiTreeNodeFlagsPrivate_
pub const ImGuiTreeNodeFlags_DrawLinesMask_: ImGuiTreeNodeFlagsPrivate_
Trait Implementations§
Source§impl Clone for ImGuiTreeNodeFlagsPrivate_
impl Clone for ImGuiTreeNodeFlagsPrivate_
Source§fn clone(&self) -> ImGuiTreeNodeFlagsPrivate_
fn clone(&self) -> ImGuiTreeNodeFlagsPrivate_
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 ImGuiTreeNodeFlagsPrivate_
impl Debug for ImGuiTreeNodeFlagsPrivate_
Source§impl Hash for ImGuiTreeNodeFlagsPrivate_
impl Hash for ImGuiTreeNodeFlagsPrivate_
impl Copy for ImGuiTreeNodeFlagsPrivate_
impl Eq for ImGuiTreeNodeFlagsPrivate_
impl StructuralPartialEq for ImGuiTreeNodeFlagsPrivate_
Auto Trait Implementations§
impl Freeze for ImGuiTreeNodeFlagsPrivate_
impl RefUnwindSafe for ImGuiTreeNodeFlagsPrivate_
impl Send for ImGuiTreeNodeFlagsPrivate_
impl Sync for ImGuiTreeNodeFlagsPrivate_
impl Unpin for ImGuiTreeNodeFlagsPrivate_
impl UnwindSafe for ImGuiTreeNodeFlagsPrivate_
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