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