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