pub struct DrawLinesData {
pub lines: Vec<Line>,
pub line_width: Unit,
pub line_style: Style,
}Fields§
§lines: Vec<Line>§line_width: Unit§line_style: StyleTrait Implementations§
Auto Trait Implementations§
impl Freeze for DrawLinesData
impl RefUnwindSafe for DrawLinesData
impl Send for DrawLinesData
impl Sync for DrawLinesData
impl Unpin for DrawLinesData
impl UnwindSafe for DrawLinesData
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