pub struct CharacterGlyphStyleOutline {
pub outline_style: CurveStyleRef,
}Fields§
§outline_style: CurveStyleRefTrait Implementations§
Source§impl Clone for CharacterGlyphStyleOutline
impl Clone for CharacterGlyphStyleOutline
Source§fn clone(&self) -> CharacterGlyphStyleOutline
fn clone(&self) -> CharacterGlyphStyleOutline
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 CharacterGlyphStyleOutline
impl Debug for CharacterGlyphStyleOutline
Source§impl PartialEq for CharacterGlyphStyleOutline
impl PartialEq for CharacterGlyphStyleOutline
Source§fn eq(&self, other: &CharacterGlyphStyleOutline) -> bool
fn eq(&self, other: &CharacterGlyphStyleOutline) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CharacterGlyphStyleOutline
Auto Trait Implementations§
impl Freeze for CharacterGlyphStyleOutline
impl RefUnwindSafe for CharacterGlyphStyleOutline
impl Send for CharacterGlyphStyleOutline
impl Sync for CharacterGlyphStyleOutline
impl Unpin for CharacterGlyphStyleOutline
impl UnsafeUnpin for CharacterGlyphStyleOutline
impl UnwindSafe for CharacterGlyphStyleOutline
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