pub enum PresentationStyleSelectRef {
Show 13 variants
ApproximationTolerance(ApproximationToleranceId),
CurveStyle(CurveStyleId),
ExternallyDefinedStyle(ExternallyDefinedStyleId),
FillAreaStyle(FillAreaStyleId),
PointStyle(PointStyleId),
PreDefinedPresentationStyle(PreDefinedPresentationStyleId),
SurfaceStyleUsage(SurfaceStyleUsageId),
SymbolStyle(SymbolStyleId),
TextStyle(TextStyleId),
TextStyleWithBoxCharacteristics(TextStyleWithBoxCharacteristicsId),
TextureStyleTessellationSpecification(TextureStyleTessellationSpecificationId),
NullStyle(NullStyle),
Complex(ComplexUnitId),
}Variants§
ApproximationTolerance(ApproximationToleranceId)
CurveStyle(CurveStyleId)
ExternallyDefinedStyle(ExternallyDefinedStyleId)
FillAreaStyle(FillAreaStyleId)
PointStyle(PointStyleId)
PreDefinedPresentationStyle(PreDefinedPresentationStyleId)
SurfaceStyleUsage(SurfaceStyleUsageId)
SymbolStyle(SymbolStyleId)
TextStyle(TextStyleId)
TextStyleWithBoxCharacteristics(TextStyleWithBoxCharacteristicsId)
TextureStyleTessellationSpecification(TextureStyleTessellationSpecificationId)
NullStyle(NullStyle)
Complex(ComplexUnitId)
Implementations§
Trait Implementations§
Source§impl Clone for PresentationStyleSelectRef
impl Clone for PresentationStyleSelectRef
Source§fn clone(&self) -> PresentationStyleSelectRef
fn clone(&self) -> PresentationStyleSelectRef
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 PresentationStyleSelectRef
impl Debug for PresentationStyleSelectRef
Source§impl PartialEq for PresentationStyleSelectRef
impl PartialEq for PresentationStyleSelectRef
Source§fn eq(&self, other: &PresentationStyleSelectRef) -> bool
fn eq(&self, other: &PresentationStyleSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentationStyleSelectRef
Auto Trait Implementations§
impl Freeze for PresentationStyleSelectRef
impl RefUnwindSafe for PresentationStyleSelectRef
impl Send for PresentationStyleSelectRef
impl Sync for PresentationStyleSelectRef
impl Unpin for PresentationStyleSelectRef
impl UnsafeUnpin for PresentationStyleSelectRef
impl UnwindSafe for PresentationStyleSelectRef
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