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