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