#[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; 6],
pub TextBuffer: ImGuiTextBuffer,
pub Items: ImPlotItemGroup,
pub CurrentX: ImAxis,
pub CurrentY: ImAxis,
pub FrameRect: ImRect,
pub CanvasRect: ImRect,
pub PlotRect: ImRect,
pub AxesRect: ImRect,
pub SelectRect: ImRect,
pub SelectStart: ImVec2,
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; 6]§TextBuffer: ImGuiTextBuffer§Items: ImPlotItemGroup§CurrentX: ImAxis§CurrentY: ImAxis§FrameRect: ImRect§CanvasRect: ImRect§PlotRect: ImRect§AxesRect: ImRect§SelectRect: ImRect§SelectStart: ImVec2§TitleOffset: c_int§JustCreated: bool§Initialized: bool§SetupLocked: bool§FitThisFrame: bool§Hovered: bool§Held: bool§Selecting: bool§Selected: bool§ContextLocked: boolTrait Implementations§
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