pub struct SurfaceContours { /* private fields */ }
Implementations§
Source§impl SurfaceContours
impl SurfaceContours
pub fn x(self, value: PlaneContours) -> Self
pub fn y(self, value: PlaneContours) -> Self
pub fn z(self, value: PlaneContours) -> Self
Trait Implementations§
Source§impl Clone for SurfaceContours
impl Clone for SurfaceContours
Source§fn clone(&self) -> SurfaceContours
fn clone(&self) -> SurfaceContours
Returns a copy of the value. Read more
1.0.0 · 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 SurfaceContours
impl Debug for SurfaceContours
Source§impl Default for SurfaceContours
impl Default for SurfaceContours
Auto Trait Implementations§
impl Freeze for SurfaceContours
impl !RefUnwindSafe for SurfaceContours
impl Send for SurfaceContours
impl Sync for SurfaceContours
impl Unpin for SurfaceContours
impl !UnwindSafe for SurfaceContours
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