pub struct SurfaceContours { /* private fields */ }
Implementations§
Source§impl SurfaceContours
impl SurfaceContours
pub fn new() -> SurfaceContours
pub fn x(self, x: PlaneContours) -> SurfaceContours
pub fn y(self, y: PlaneContours) -> SurfaceContours
pub fn z(self, z: PlaneContours) -> SurfaceContours
Trait Implementations§
Source§impl Debug for SurfaceContours
impl Debug for SurfaceContours
Source§impl Default for SurfaceContours
impl Default for SurfaceContours
Source§fn default() -> SurfaceContours
fn default() -> SurfaceContours
Returns the “default value” for a type. Read more
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