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