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