#[repr(C)]pub struct ImPool_ImPlotPlot {
pub Buf: ImVector_ImPlotPlot,
pub Map: ImGuiStorage,
pub FreeIdx: ImPoolIdx,
pub AliveCount: ImPoolIdx,
}Fields§
§Buf: ImVector_ImPlotPlot§Map: ImGuiStorage§FreeIdx: ImPoolIdx§AliveCount: ImPoolIdxTrait Implementations§
Source§impl Clone for ImPool_ImPlotPlot
impl Clone for ImPool_ImPlotPlot
Source§fn clone(&self) -> ImPool_ImPlotPlot
fn clone(&self) -> ImPool_ImPlotPlot
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 ImPool_ImPlotPlot
impl Debug for ImPool_ImPlotPlot
Source§impl Default for ImPool_ImPlotPlot
impl Default for ImPool_ImPlotPlot
Source§impl Hash for ImPool_ImPlotPlot
impl Hash for ImPool_ImPlotPlot
Source§impl PartialEq for ImPool_ImPlotPlot
impl PartialEq for ImPool_ImPlotPlot
impl Copy for ImPool_ImPlotPlot
impl Eq for ImPool_ImPlotPlot
impl StructuralPartialEq for ImPool_ImPlotPlot
Auto Trait Implementations§
impl Freeze for ImPool_ImPlotPlot
impl RefUnwindSafe for ImPool_ImPlotPlot
impl !Send for ImPool_ImPlotPlot
impl !Sync for ImPool_ImPlotPlot
impl Unpin for ImPool_ImPlotPlot
impl UnwindSafe for ImPool_ImPlotPlot
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