pub struct MultiScaleViewer;Expand description
Multi-scale topology viewer. Replaces: topology_v2.py MultiScaleView
Implementations§
Auto Trait Implementations§
impl Freeze for MultiScaleViewer
impl RefUnwindSafe for MultiScaleViewer
impl Send for MultiScaleViewer
impl Sync for MultiScaleViewer
impl Unpin for MultiScaleViewer
impl UnsafeUnpin for MultiScaleViewer
impl UnwindSafe for MultiScaleViewer
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