Struct easy_imgui_sys::ImGuiTreeNodeFlags_
source · #[repr(transparent)]pub struct ImGuiTreeNodeFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_None: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_Selected: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_Framed: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_AllowOverlap: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_NoTreePushOnOpen: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_NoAutoOpenOnLog: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_DefaultOpen: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_OpenOnDoubleClick: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_OpenOnArrow: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_Leaf: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_Bullet: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_FramePadding: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_SpanAvailWidth: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_SpanFullWidth: ImGuiTreeNodeFlags_ = _
source§impl ImGuiTreeNodeFlags_
impl ImGuiTreeNodeFlags_
pub const ImGuiTreeNodeFlags_SpanAllColumns: 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 copy 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_
source§fn eq(&self, other: &ImGuiTreeNodeFlags_) -> bool
fn eq(&self, other: &ImGuiTreeNodeFlags_) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiTreeNodeFlags_
impl Eq for ImGuiTreeNodeFlags_
impl StructuralPartialEq for ImGuiTreeNodeFlags_
Auto Trait Implementations§
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