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