pub enum CurveFontOrScaledCurveFontSelectRefView<'m> {
CurveStyleFont(&'m CurveStyleFont),
CurveStyleFontAndScaling(&'m CurveStyleFontAndScaling),
DraughtingPreDefinedCurveFont(&'m DraughtingPreDefinedCurveFont),
ExternallyDefinedCurveFont(&'m ExternallyDefinedCurveFont),
PreDefinedCurveFont(&'m PreDefinedCurveFont),
Complex(&'m ComplexUnit),
}Variants§
CurveStyleFont(&'m CurveStyleFont)
CurveStyleFontAndScaling(&'m CurveStyleFontAndScaling)
DraughtingPreDefinedCurveFont(&'m DraughtingPreDefinedCurveFont)
ExternallyDefinedCurveFont(&'m ExternallyDefinedCurveFont)
PreDefinedCurveFont(&'m PreDefinedCurveFont)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for CurveFontOrScaledCurveFontSelectRefView<'m>
impl<'m> Clone for CurveFontOrScaledCurveFontSelectRefView<'m>
Source§fn clone(&self) -> CurveFontOrScaledCurveFontSelectRefView<'m>
fn clone(&self) -> CurveFontOrScaledCurveFontSelectRefView<'m>
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 moreimpl<'m> Copy for CurveFontOrScaledCurveFontSelectRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for CurveFontOrScaledCurveFontSelectRefView<'m>
impl<'m> RefUnwindSafe for CurveFontOrScaledCurveFontSelectRefView<'m>
impl<'m> Send for CurveFontOrScaledCurveFontSelectRefView<'m>
impl<'m> Sync for CurveFontOrScaledCurveFontSelectRefView<'m>
impl<'m> Unpin for CurveFontOrScaledCurveFontSelectRefView<'m>
impl<'m> UnsafeUnpin for CurveFontOrScaledCurveFontSelectRefView<'m>
impl<'m> UnwindSafe for CurveFontOrScaledCurveFontSelectRefView<'m>
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