#[repr(C)]pub struct ImPlotSubplot {Show 19 fields
pub ID: ImGuiID,
pub Flags: ImPlotSubplotFlags,
pub PreviousFlags: ImPlotSubplotFlags,
pub Items: ImPlotItemGroup,
pub Rows: c_int,
pub Cols: c_int,
pub CurrentIdx: c_int,
pub FrameRect: ImRect,
pub GridRect: ImRect,
pub CellSize: ImVec2,
pub RowAlignmentData: ImVector_ImPlotAlignmentData,
pub ColAlignmentData: ImVector_ImPlotAlignmentData,
pub RowRatios: ImVector_float,
pub ColRatios: ImVector_float,
pub RowLinkData: ImVector_ImPlotRange,
pub ColLinkData: ImVector_ImPlotRange,
pub TempSizes: [f32; 2],
pub FrameHovered: bool,
pub HasTitle: bool,
}Fields§
§ID: ImGuiID§Flags: ImPlotSubplotFlags§PreviousFlags: ImPlotSubplotFlags§Items: ImPlotItemGroup§Rows: c_int§Cols: c_int§CurrentIdx: c_int§FrameRect: ImRect§GridRect: ImRect§CellSize: ImVec2§RowAlignmentData: ImVector_ImPlotAlignmentData§ColAlignmentData: ImVector_ImPlotAlignmentData§RowRatios: ImVector_float§ColRatios: ImVector_float§RowLinkData: ImVector_ImPlotRange§ColLinkData: ImVector_ImPlotRange§TempSizes: [f32; 2]§FrameHovered: bool§HasTitle: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImPlotSubplot
impl RefUnwindSafe for ImPlotSubplot
impl !Send for ImPlotSubplot
impl !Sync for ImPlotSubplot
impl Unpin for ImPlotSubplot
impl UnwindSafe for ImPlotSubplot
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