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