#[repr(transparent)]pub struct ImGuiTreeNodeFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_None: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_Selected: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_Framed: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_AllowOverlap: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_NoTreePushOnOpen: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_NoAutoOpenOnLog: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_DefaultOpen: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_OpenOnDoubleClick: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_OpenOnArrow: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_Leaf: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_Bullet: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_FramePadding: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_SpanAvailWidth: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_SpanFullWidth: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_SpanLabelWidth: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_SpanAllColumns: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_LabelSpanAllColumns: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_CollapsingHeader: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_DrawLinesNone: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_DrawLinesFull: ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_DrawLinesToNodes: ImGuiTreeNodeFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiTreeNodeFlags_
impl BitAnd for ImGuiTreeNodeFlags_
Source§impl BitAndAssign for ImGuiTreeNodeFlags_
impl BitAndAssign for ImGuiTreeNodeFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiTreeNodeFlags_)
fn bitand_assign(&mut self, rhs: ImGuiTreeNodeFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiTreeNodeFlags_
impl BitOr for ImGuiTreeNodeFlags_
Source§impl BitOrAssign for ImGuiTreeNodeFlags_
impl BitOrAssign for ImGuiTreeNodeFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiTreeNodeFlags_)
fn bitor_assign(&mut self, rhs: ImGuiTreeNodeFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiTreeNodeFlags_
impl Clone for ImGuiTreeNodeFlags_
Source§fn clone(&self) -> ImGuiTreeNodeFlags_
fn clone(&self) -> ImGuiTreeNodeFlags_
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 ImGuiTreeNodeFlags_
impl Debug for ImGuiTreeNodeFlags_
Source§impl Hash for ImGuiTreeNodeFlags_
impl Hash for ImGuiTreeNodeFlags_
Source§impl PartialEq for ImGuiTreeNodeFlags_
impl PartialEq for ImGuiTreeNodeFlags_
impl Copy for ImGuiTreeNodeFlags_
impl Eq for ImGuiTreeNodeFlags_
impl StructuralPartialEq for ImGuiTreeNodeFlags_
Auto Trait Implementations§
impl Freeze for ImGuiTreeNodeFlags_
impl RefUnwindSafe for ImGuiTreeNodeFlags_
impl Send for ImGuiTreeNodeFlags_
impl Sync for ImGuiTreeNodeFlags_
impl Unpin for ImGuiTreeNodeFlags_
impl UnwindSafe for ImGuiTreeNodeFlags_
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