#[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§
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