#[repr(C)]pub struct ImPlotItem {
pub ID: ImGuiID,
pub Color: ImU32,
pub LegendHoverRect: ImRect,
pub NameOffset: c_int,
pub Show: bool,
pub LegendHovered: bool,
pub SeenThisFrame: bool,
}Fields§
§ID: ImGuiID§Color: ImU32§LegendHoverRect: ImRect§NameOffset: c_int§Show: bool§LegendHovered: bool§SeenThisFrame: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImPlotItem
impl RefUnwindSafe for ImPlotItem
impl Send for ImPlotItem
impl Sync for ImPlotItem
impl Unpin for ImPlotItem
impl UnwindSafe for ImPlotItem
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