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