#[repr(C)]pub struct ImGuiTreeNodeStackData {
pub ID: ImGuiID,
pub TreeFlags: ImGuiTreeNodeFlags,
pub ItemFlags: ImGuiItemFlags,
pub NavRect: ImRect,
pub DrawLinesX1: f32,
pub DrawLinesToNodesY2: f32,
pub DrawLinesTableColumn: ImGuiTableColumnIdx,
}Fields§
§ID: ImGuiID§TreeFlags: ImGuiTreeNodeFlags§ItemFlags: ImGuiItemFlags§DrawLinesX1: f32§DrawLinesToNodesY2: f32§DrawLinesTableColumn: ImGuiTableColumnIdxTrait Implementations§
Source§impl Clone for ImGuiTreeNodeStackData
impl Clone for ImGuiTreeNodeStackData
Source§fn clone(&self) -> ImGuiTreeNodeStackData
fn clone(&self) -> ImGuiTreeNodeStackData
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 ImGuiTreeNodeStackData
impl Debug for ImGuiTreeNodeStackData
impl Copy for ImGuiTreeNodeStackData
Auto Trait Implementations§
impl Freeze for ImGuiTreeNodeStackData
impl RefUnwindSafe for ImGuiTreeNodeStackData
impl Send for ImGuiTreeNodeStackData
impl Sync for ImGuiTreeNodeStackData
impl Unpin for ImGuiTreeNodeStackData
impl UnwindSafe for ImGuiTreeNodeStackData
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