pub struct VoiDebugOverlay { /* private fields */ }Expand description
VOI debug overlay widget.
Implementations§
Source§impl VoiDebugOverlay
impl VoiDebugOverlay
Sourcepub fn new(data: VoiOverlayData) -> Self
pub fn new(data: VoiOverlayData) -> Self
Create a new VOI overlay widget.
Sourcepub fn with_style(self, style: VoiOverlayStyle) -> Self
pub fn with_style(self, style: VoiOverlayStyle) -> Self
Override styling for the overlay.
Trait Implementations§
Source§impl Clone for VoiDebugOverlay
impl Clone for VoiDebugOverlay
Source§fn clone(&self) -> VoiDebugOverlay
fn clone(&self) -> VoiDebugOverlay
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VoiDebugOverlay
impl Debug for VoiDebugOverlay
Auto Trait Implementations§
impl Freeze for VoiDebugOverlay
impl RefUnwindSafe for VoiDebugOverlay
impl Send for VoiDebugOverlay
impl Sync for VoiDebugOverlay
impl Unpin for VoiDebugOverlay
impl UnsafeUnpin for VoiDebugOverlay
impl UnwindSafe for VoiDebugOverlay
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