pub struct Line { /* private fields */ }Implementations§
Source§impl Line
impl Line
pub fn color(self, value: impl Color) -> Self
pub fn color_array(self, value: Vec<impl Color>) -> Self
pub fn color_matrix<C: Color>(self, value: Vec<Vec<C>>) -> Self
pub fn width(self, value: f64) -> Self
pub fn width_array(self, value: Vec<f64>) -> Self
pub fn width_matrix(self, value: Vec<Vec<f64>>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Line
impl !RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl !UnwindSafe for Line
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