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