pub struct TextDecorationStyle { /* private fields */ }
Expand description
A text span decoration style.
In SVG, text decoration and text it’s applied to can have different styles. So you can have black text and green underline.
Also, in SVG you can specify text decoration stroking.
Implementations§
Trait Implementations§
source§impl Clone for TextDecorationStyle
impl Clone for TextDecorationStyle
source§fn clone(&self) -> TextDecorationStyle
fn clone(&self) -> TextDecorationStyle
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for TextDecorationStyle
impl !RefUnwindSafe for TextDecorationStyle
impl Send for TextDecorationStyle
impl Sync for TextDecorationStyle
impl Unpin for TextDecorationStyle
impl !UnwindSafe for TextDecorationStyle
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)