pub struct MultiDummyPlot<'a> { /* private fields */ }Expand description
Multiple dummy plots for creating legend sections
Implementations§
Source§impl<'a> MultiDummyPlot<'a>
impl<'a> MultiDummyPlot<'a>
Sourcepub fn with_flags(self, flags: DummyFlags) -> Self
pub fn with_flags(self, flags: DummyFlags) -> Self
Set dummy flags for all entries
Sourcepub fn with_item_flags(self, flags: ItemFlags) -> Self
pub fn with_item_flags(self, flags: ItemFlags) -> Self
Set common item flags for all dummy entries
Trait Implementations§
Source§impl<'a> PlotData for MultiDummyPlot<'a>
impl<'a> PlotData for MultiDummyPlot<'a>
Auto Trait Implementations§
impl<'a> Freeze for MultiDummyPlot<'a>
impl<'a> RefUnwindSafe for MultiDummyPlot<'a>
impl<'a> Send for MultiDummyPlot<'a>
impl<'a> Sync for MultiDummyPlot<'a>
impl<'a> Unpin for MultiDummyPlot<'a>
impl<'a> UnsafeUnpin for MultiDummyPlot<'a>
impl<'a> UnwindSafe for MultiDummyPlot<'a>
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