pub struct VerticalStackLayoutToken<'a>(/* private fields */);Expand description
Tracks a stack-layout vertical group.
This wraps the repository-owned stack layout compatibility shim used by the upstream imgui-node-editor blueprints example. It is not part of the official Dear ImGui API.
Implementations§
Source§impl<'a> VerticalStackLayoutToken<'a>
impl<'a> VerticalStackLayoutToken<'a>
Trait Implementations§
Source§impl Drop for VerticalStackLayoutToken<'_>
impl Drop for VerticalStackLayoutToken<'_>
Auto Trait Implementations§
impl<'a> Freeze for VerticalStackLayoutToken<'a>
impl<'a> !RefUnwindSafe for VerticalStackLayoutToken<'a>
impl<'a> !Send for VerticalStackLayoutToken<'a>
impl<'a> !Sync for VerticalStackLayoutToken<'a>
impl<'a> Unpin for VerticalStackLayoutToken<'a>
impl<'a> UnsafeUnpin for VerticalStackLayoutToken<'a>
impl<'a> !UnwindSafe for VerticalStackLayoutToken<'a>
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