pub struct PlaneContours { /* private fields */ }
Implementations§
Source§impl PlaneContours
impl PlaneContours
pub fn new() -> PlaneContours
pub fn show(self, show: bool) -> PlaneContours
pub fn start(self, start: f64) -> PlaneContours
pub fn end(self, end: f64) -> PlaneContours
pub fn size(self, size: usize) -> PlaneContours
pub fn project(self, project: PlaneProject) -> PlaneContours
pub fn color<C: Color>(self, color: C) -> PlaneContours
pub fn use_colormap(self, use_colormap: bool) -> PlaneContours
pub fn width(self, width: usize) -> PlaneContours
pub fn highlight(self, highlight: bool) -> PlaneContours
pub fn highlight_color<C: Color>(self, highlight_color: C) -> PlaneContours
pub fn highlight_width(self, highlight_width: usize) -> PlaneContours
Trait Implementations§
Source§impl Debug for PlaneContours
impl Debug for PlaneContours
Source§impl Default for PlaneContours
impl Default for PlaneContours
Source§fn default() -> PlaneContours
fn default() -> PlaneContours
Returns the “default value” for a type. Read more
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