Struct arcdps_imgui::PlotLines
source · pub struct PlotLines<'ui, 'p, Label, Overlay = &'static str> { /* private fields */ }
Implementations§
source§impl<'ui, 'p, Label: AsRef<str>, Overlay: AsRef<str>> PlotLines<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label: AsRef<str>, Overlay: AsRef<str>> PlotLines<'ui, 'p, Label, Overlay>
pub fn values_offset(self, values_offset: usize) -> Self
pub fn overlay_text<Overlay2: AsRef<str>>( self, overlay_text: Overlay2, ) -> PlotLines<'ui, 'p, Label, Overlay2>
pub fn scale_min(self, scale_min: f32) -> Self
pub fn scale_max(self, scale_max: f32) -> Self
pub fn graph_size(self, graph_size: [f32; 2]) -> Self
pub fn build(self)
Auto Trait Implementations§
impl<'ui, 'p, Label, Overlay> Freeze for PlotLines<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay = &'static str> !RefUnwindSafe for PlotLines<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay = &'static str> !Send for PlotLines<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay = &'static str> !Sync for PlotLines<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay> Unpin for PlotLines<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay = &'static str> !UnwindSafe for PlotLines<'ui, 'p, Label, Overlay>
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