pub struct Plot3DToken;Expand description
RAII token that ends the plot on drop
This token is returned by Plot3DBuilder::build() and automatically calls
ImPlot3D_EndPlot() when it goes out of scope, ensuring proper cleanup.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Plot3DToken
impl RefUnwindSafe for Plot3DToken
impl Send for Plot3DToken
impl Sync for Plot3DToken
impl Unpin for Plot3DToken
impl UnwindSafe for Plot3DToken
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