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