pub struct SurfaceOfLinearExtrusion {
pub name: String,
pub swept_curve: CurveRef,
pub extrusion_axis: VectorRef,
}Fields§
§name: String§swept_curve: CurveRef§extrusion_axis: VectorRefTrait Implementations§
Source§impl Clone for SurfaceOfLinearExtrusion
impl Clone for SurfaceOfLinearExtrusion
Source§fn clone(&self) -> SurfaceOfLinearExtrusion
fn clone(&self) -> SurfaceOfLinearExtrusion
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 SurfaceOfLinearExtrusion
impl Debug for SurfaceOfLinearExtrusion
Source§impl PartialEq for SurfaceOfLinearExtrusion
impl PartialEq for SurfaceOfLinearExtrusion
Source§fn eq(&self, other: &SurfaceOfLinearExtrusion) -> bool
fn eq(&self, other: &SurfaceOfLinearExtrusion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SurfaceOfLinearExtrusion
Auto Trait Implementations§
impl Freeze for SurfaceOfLinearExtrusion
impl RefUnwindSafe for SurfaceOfLinearExtrusion
impl Send for SurfaceOfLinearExtrusion
impl Sync for SurfaceOfLinearExtrusion
impl Unpin for SurfaceOfLinearExtrusion
impl UnsafeUnpin for SurfaceOfLinearExtrusion
impl UnwindSafe for SurfaceOfLinearExtrusion
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