pub struct VoiOverlayStyle {
pub border: Style,
pub text: Style,
pub background: Option<PackedRgba>,
pub border_type: BorderType,
}Expand description
Styling options for the VOI overlay.
Fields§
§border: Style§text: Style§background: Option<PackedRgba>§border_type: BorderTypeTrait Implementations§
Source§impl Clone for VoiOverlayStyle
impl Clone for VoiOverlayStyle
Source§fn clone(&self) -> VoiOverlayStyle
fn clone(&self) -> VoiOverlayStyle
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 VoiOverlayStyle
impl Debug for VoiOverlayStyle
Auto Trait Implementations§
impl Freeze for VoiOverlayStyle
impl RefUnwindSafe for VoiOverlayStyle
impl Send for VoiOverlayStyle
impl Sync for VoiOverlayStyle
impl Unpin for VoiOverlayStyle
impl UnsafeUnpin for VoiOverlayStyle
impl UnwindSafe for VoiOverlayStyle
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