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