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