#[repr(C)]pub struct ImPlotPlot {Show 26 fields
pub ID: ImGuiID,
pub Flags: ImPlotFlags,
pub PreviousFlags: ImPlotFlags,
pub MouseTextLocation: ImPlotLocation,
pub MouseTextFlags: ImPlotMouseTextFlags,
pub Axes: [ImPlotAxis_c; 6],
pub TextBuffer: ImGuiTextBuffer,
pub Items: ImPlotItemGroup,
pub CurrentX: ImAxis,
pub CurrentY: ImAxis,
pub FrameRect: ImRect_c,
pub CanvasRect: ImRect_c,
pub PlotRect: ImRect_c,
pub AxesRect: ImRect_c,
pub SelectRect: ImRect_c,
pub SelectStart: ImVec2_c,
pub TitleOffset: c_int,
pub JustCreated: bool,
pub Initialized: bool,
pub SetupLocked: bool,
pub FitThisFrame: bool,
pub Hovered: bool,
pub Held: bool,
pub Selecting: bool,
pub Selected: bool,
pub ContextLocked: bool,
}Fields§
§ID: ImGuiID§Flags: ImPlotFlags§PreviousFlags: ImPlotFlags§MouseTextLocation: ImPlotLocation§MouseTextFlags: ImPlotMouseTextFlags§Axes: [ImPlotAxis_c; 6]§TextBuffer: ImGuiTextBuffer§Items: ImPlotItemGroup§CurrentX: ImAxis§CurrentY: ImAxis§FrameRect: ImRect_c§CanvasRect: ImRect_c§PlotRect: ImRect_c§AxesRect: ImRect_c§SelectRect: ImRect_c§SelectStart: ImVec2_c§TitleOffset: c_int§JustCreated: bool§Initialized: bool§SetupLocked: bool§FitThisFrame: bool§Hovered: bool§Held: bool§Selecting: bool§Selected: bool§ContextLocked: boolTrait Implementations§
Source§impl Clone for ImPlotPlot
impl Clone for ImPlotPlot
Source§fn clone(&self) -> ImPlotPlot
fn clone(&self) -> 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 ImPlotPlot
impl Debug for ImPlotPlot
Source§impl Default for ImPlotPlot
impl Default for ImPlotPlot
Source§impl PartialEq for ImPlotPlot
impl PartialEq for ImPlotPlot
impl Copy for ImPlotPlot
impl StructuralPartialEq for ImPlotPlot
Auto Trait Implementations§
impl Freeze for ImPlotPlot
impl RefUnwindSafe for ImPlotPlot
impl !Send for ImPlotPlot
impl !Sync for ImPlotPlot
impl Unpin for ImPlotPlot
impl UnwindSafe for 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