#[repr(C)]pub struct ImPlotItem {
pub ID: ImGuiID,
pub Color: ImU32,
pub LegendHoverRect: ImRect_c,
pub NameOffset: c_int,
pub Show: bool,
pub LegendHovered: bool,
pub SeenThisFrame: bool,
}Fields§
§ID: ImGuiID§Color: ImU32§LegendHoverRect: ImRect_c§NameOffset: c_int§Show: bool§LegendHovered: bool§SeenThisFrame: boolTrait Implementations§
Source§impl Clone for ImPlotItem
impl Clone for ImPlotItem
Source§fn clone(&self) -> ImPlotItem
fn clone(&self) -> ImPlotItem
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 ImPlotItem
impl Debug for ImPlotItem
Source§impl Default for ImPlotItem
impl Default for ImPlotItem
Source§fn default() -> ImPlotItem
fn default() -> ImPlotItem
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImPlotItem
impl PartialEq for ImPlotItem
impl Copy for ImPlotItem
impl StructuralPartialEq for ImPlotItem
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