pub struct HorizontalStackLayoutToken<'a>(/* private fields */);Expand description
Tracks a stack-layout horizontal 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> HorizontalStackLayoutToken<'a>
impl<'a> HorizontalStackLayoutToken<'a>
Trait Implementations§
Source§impl Drop for HorizontalStackLayoutToken<'_>
impl Drop for HorizontalStackLayoutToken<'_>
Auto Trait Implementations§
impl<'a> Freeze for HorizontalStackLayoutToken<'a>
impl<'a> !RefUnwindSafe for HorizontalStackLayoutToken<'a>
impl<'a> !Send for HorizontalStackLayoutToken<'a>
impl<'a> !Sync for HorizontalStackLayoutToken<'a>
impl<'a> Unpin for HorizontalStackLayoutToken<'a>
impl<'a> UnsafeUnpin for HorizontalStackLayoutToken<'a>
impl<'a> !UnwindSafe for HorizontalStackLayoutToken<'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