pub enum CurveFontOrScaledCurveFontSelectRef {
CurveStyleFont(CurveStyleFontId),
CurveStyleFontAndScaling(CurveStyleFontAndScalingId),
DraughtingPreDefinedCurveFont(DraughtingPreDefinedCurveFontId),
ExternallyDefinedCurveFont(ExternallyDefinedCurveFontId),
PreDefinedCurveFont(PreDefinedCurveFontId),
Complex(ComplexUnitId),
}Variants§
CurveStyleFont(CurveStyleFontId)
CurveStyleFontAndScaling(CurveStyleFontAndScalingId)
DraughtingPreDefinedCurveFont(DraughtingPreDefinedCurveFontId)
ExternallyDefinedCurveFont(ExternallyDefinedCurveFontId)
PreDefinedCurveFont(PreDefinedCurveFontId)
Complex(ComplexUnitId)
Implementations§
Source§impl CurveFontOrScaledCurveFontSelectRef
impl CurveFontOrScaledCurveFontSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> CurveFontOrScaledCurveFontSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for CurveFontOrScaledCurveFontSelectRef
impl Clone for CurveFontOrScaledCurveFontSelectRef
Source§fn clone(&self) -> CurveFontOrScaledCurveFontSelectRef
fn clone(&self) -> CurveFontOrScaledCurveFontSelectRef
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 PartialEq for CurveFontOrScaledCurveFontSelectRef
impl PartialEq for CurveFontOrScaledCurveFontSelectRef
Source§fn eq(&self, other: &CurveFontOrScaledCurveFontSelectRef) -> bool
fn eq(&self, other: &CurveFontOrScaledCurveFontSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CurveFontOrScaledCurveFontSelectRef
Auto Trait Implementations§
impl Freeze for CurveFontOrScaledCurveFontSelectRef
impl RefUnwindSafe for CurveFontOrScaledCurveFontSelectRef
impl Send for CurveFontOrScaledCurveFontSelectRef
impl Sync for CurveFontOrScaledCurveFontSelectRef
impl Unpin for CurveFontOrScaledCurveFontSelectRef
impl UnsafeUnpin for CurveFontOrScaledCurveFontSelectRef
impl UnwindSafe for CurveFontOrScaledCurveFontSelectRef
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