pub struct CharacterGlyphStyleStroke {
pub stroke_style: CurveStyleRef,
}Fields§
§stroke_style: CurveStyleRefTrait Implementations§
Source§impl Clone for CharacterGlyphStyleStroke
impl Clone for CharacterGlyphStyleStroke
Source§fn clone(&self) -> CharacterGlyphStyleStroke
fn clone(&self) -> CharacterGlyphStyleStroke
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CharacterGlyphStyleStroke
impl Debug for CharacterGlyphStyleStroke
Source§impl PartialEq for CharacterGlyphStyleStroke
impl PartialEq for CharacterGlyphStyleStroke
Source§fn eq(&self, other: &CharacterGlyphStyleStroke) -> bool
fn eq(&self, other: &CharacterGlyphStyleStroke) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CharacterGlyphStyleStroke
Auto Trait Implementations§
impl Freeze for CharacterGlyphStyleStroke
impl RefUnwindSafe for CharacterGlyphStyleStroke
impl Send for CharacterGlyphStyleStroke
impl Sync for CharacterGlyphStyleStroke
impl Unpin for CharacterGlyphStyleStroke
impl UnsafeUnpin for CharacterGlyphStyleStroke
impl UnwindSafe for CharacterGlyphStyleStroke
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