pub enum FillStyleSelectRef {
ExternallyDefinedHatchStyle(ExternallyDefinedHatchStyleId),
ExternallyDefinedTileStyle(ExternallyDefinedTileStyleId),
FillAreaStyleColour(FillAreaStyleColourId),
FillAreaStyleHatching(FillAreaStyleHatchingId),
FillAreaStyleTiles(FillAreaStyleTilesId),
TextureStyleSpecification(TextureStyleSpecificationId),
TextureStyleTessellationSpecification(TextureStyleTessellationSpecificationId),
Complex(ComplexUnitId),
}Variants§
ExternallyDefinedHatchStyle(ExternallyDefinedHatchStyleId)
ExternallyDefinedTileStyle(ExternallyDefinedTileStyleId)
FillAreaStyleColour(FillAreaStyleColourId)
FillAreaStyleHatching(FillAreaStyleHatchingId)
FillAreaStyleTiles(FillAreaStyleTilesId)
TextureStyleSpecification(TextureStyleSpecificationId)
TextureStyleTessellationSpecification(TextureStyleTessellationSpecificationId)
Complex(ComplexUnitId)
Implementations§
Source§impl FillStyleSelectRef
impl FillStyleSelectRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> FillStyleSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for FillStyleSelectRef
impl Clone for FillStyleSelectRef
Source§fn clone(&self) -> FillStyleSelectRef
fn clone(&self) -> FillStyleSelectRef
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 FillStyleSelectRef
impl Debug for FillStyleSelectRef
Source§impl PartialEq for FillStyleSelectRef
impl PartialEq for FillStyleSelectRef
Source§fn eq(&self, other: &FillStyleSelectRef) -> bool
fn eq(&self, other: &FillStyleSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FillStyleSelectRef
Auto Trait Implementations§
impl Freeze for FillStyleSelectRef
impl RefUnwindSafe for FillStyleSelectRef
impl Send for FillStyleSelectRef
impl Sync for FillStyleSelectRef
impl Unpin for FillStyleSelectRef
impl UnsafeUnpin for FillStyleSelectRef
impl UnwindSafe for FillStyleSelectRef
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