Struct arcdps_imgui::PlotHistogram
source · pub struct PlotHistogram<'ui, 'p, Label, Overlay = &'static str> { /* private fields */ }
Implementations§
source§impl<'ui, 'p, Label: AsRef<str>> PlotHistogram<'ui, 'p, Label>
impl<'ui, 'p, Label: AsRef<str>> PlotHistogram<'ui, 'p, Label>
source§impl<'ui, 'p, Label: AsRef<str>, Overlay: AsRef<str>> PlotHistogram<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label: AsRef<str>, Overlay: AsRef<str>> PlotHistogram<'ui, 'p, Label, Overlay>
pub fn values_offset(self, values_offset: usize) -> Self
pub fn overlay_text<NewOverlay: AsRef<str>>( self, overlay_text: NewOverlay ) -> PlotHistogram<'ui, 'p, Label, NewOverlay>
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 PlotHistogram<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay = &'static str> !RefUnwindSafe for PlotHistogram<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay = &'static str> !Send for PlotHistogram<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay = &'static str> !Sync for PlotHistogram<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay> Unpin for PlotHistogram<'ui, 'p, Label, Overlay>
impl<'ui, 'p, Label, Overlay = &'static str> !UnwindSafe for PlotHistogram<'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