pub struct Pathbar<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Pathbar<'a>
impl<'a> Pathbar<'a>
Sourcepub fn visible(&mut self, visible: bool) -> &mut Self
pub fn visible(&mut self, visible: bool) -> &mut Self
Determines if the path bar is drawn i.e. outside the trace domain
and with one pixel gap.
default: true
Sourcepub fn side(&mut self, side: Side) -> &mut Self
pub fn side(&mut self, side: Side) -> &mut Self
Determines on which side of the the treemap the pathbar
should be presented.
default: top
Sourcepub fn edgeshape(&mut self, edgeshape: Edgeshape) -> &mut Self
pub fn edgeshape(&mut self, edgeshape: Edgeshape) -> &mut Self
Determines which shape is used for edges between barpath
labels.
default: >
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Pathbar<'a>
impl<'a> RefUnwindSafe for Pathbar<'a>
impl<'a> Send for Pathbar<'a>
impl<'a> Sync for Pathbar<'a>
impl<'a> Unpin for Pathbar<'a>
impl<'a> UnwindSafe for Pathbar<'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