pub struct PlaneContours { /* private fields */ }
Implementations§
Source§impl PlaneContours
impl PlaneContours
pub fn color(self, value: impl Color) -> Self
pub fn end(self, value: f64) -> Self
pub fn highlight(self, value: bool) -> Self
pub fn highlight_width(self, value: usize) -> Self
pub fn highlight_color(self, value: impl Color) -> Self
pub fn project(self, value: PlaneProject) -> Self
pub fn show(self, value: bool) -> Self
pub fn size(self, value: usize) -> Self
pub fn start(self, value: f64) -> Self
pub fn use_colormap(self, value: bool) -> Self
pub fn width(self, value: usize) -> Self
Source§impl PlaneContours
impl PlaneContours
Trait Implementations§
Source§impl Clone for PlaneContours
impl Clone for PlaneContours
Source§fn clone(&self) -> PlaneContours
fn clone(&self) -> PlaneContours
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 PlaneContours
impl Debug for PlaneContours
Source§impl Default for PlaneContours
impl Default for PlaneContours
Auto Trait Implementations§
impl Freeze for PlaneContours
impl !RefUnwindSafe for PlaneContours
impl Send for PlaneContours
impl Sync for PlaneContours
impl Unpin for PlaneContours
impl !UnwindSafe for PlaneContours
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