#[repr(C)]pub struct ImPlotLegend {
pub Flags: ImPlotLegendFlags,
pub PreviousFlags: ImPlotLegendFlags,
pub Location: ImPlotLocation,
pub PreviousLocation: ImPlotLocation,
pub Scroll: ImVec2_c,
pub Indices: ImVector_int,
pub Labels: ImGuiTextBuffer,
pub Rect: ImRect_c,
pub RectClamped: ImRect_c,
pub Hovered: bool,
pub Held: bool,
pub CanGoInside: bool,
}Fields§
§Flags: ImPlotLegendFlags§PreviousFlags: ImPlotLegendFlags§Location: ImPlotLocation§PreviousLocation: ImPlotLocation§Scroll: ImVec2_c§Indices: ImVector_int§Labels: ImGuiTextBuffer§Rect: ImRect_c§RectClamped: ImRect_c§Hovered: bool§Held: bool§CanGoInside: boolTrait Implementations§
Source§impl Clone for ImPlotLegend
impl Clone for ImPlotLegend
Source§fn clone(&self) -> ImPlotLegend
fn clone(&self) -> ImPlotLegend
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 ImPlotLegend
impl Debug for ImPlotLegend
Source§impl Default for ImPlotLegend
impl Default for ImPlotLegend
Source§impl PartialEq for ImPlotLegend
impl PartialEq for ImPlotLegend
impl Copy for ImPlotLegend
impl StructuralPartialEq for ImPlotLegend
Auto Trait Implementations§
impl Freeze for ImPlotLegend
impl RefUnwindSafe for ImPlotLegend
impl !Send for ImPlotLegend
impl !Sync for ImPlotLegend
impl Unpin for ImPlotLegend
impl UnwindSafe for ImPlotLegend
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