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