pub struct DrawLinePathData {
pub style: Style,
pub line_width: Unit,
pub path: Path,
}Fields§
§style: Style§line_width: Unit§path: PathTrait Implementations§
Auto Trait Implementations§
impl Freeze for DrawLinePathData
impl RefUnwindSafe for DrawLinePathData
impl Send for DrawLinePathData
impl Sync for DrawLinePathData
impl Unpin for DrawLinePathData
impl UnwindSafe for DrawLinePathData
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