pub enum RenderingPropertiesSelectRef {
SurfaceStyleReflectanceAmbient(SurfaceStyleReflectanceAmbientId),
SurfaceStyleTransparent(SurfaceStyleTransparentId),
Complex(ComplexUnitId),
}Variants§
SurfaceStyleReflectanceAmbient(SurfaceStyleReflectanceAmbientId)
SurfaceStyleTransparent(SurfaceStyleTransparentId)
Complex(ComplexUnitId)
Implementations§
Source§impl RenderingPropertiesSelectRef
impl RenderingPropertiesSelectRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> RenderingPropertiesSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for RenderingPropertiesSelectRef
impl Clone for RenderingPropertiesSelectRef
Source§fn clone(&self) -> RenderingPropertiesSelectRef
fn clone(&self) -> RenderingPropertiesSelectRef
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 RenderingPropertiesSelectRef
impl Debug for RenderingPropertiesSelectRef
Source§impl PartialEq for RenderingPropertiesSelectRef
impl PartialEq for RenderingPropertiesSelectRef
Source§fn eq(&self, other: &RenderingPropertiesSelectRef) -> bool
fn eq(&self, other: &RenderingPropertiesSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RenderingPropertiesSelectRef
Auto Trait Implementations§
impl Freeze for RenderingPropertiesSelectRef
impl RefUnwindSafe for RenderingPropertiesSelectRef
impl Send for RenderingPropertiesSelectRef
impl Sync for RenderingPropertiesSelectRef
impl Unpin for RenderingPropertiesSelectRef
impl UnsafeUnpin for RenderingPropertiesSelectRef
impl UnwindSafe for RenderingPropertiesSelectRef
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