pub struct FillProps {
pub fill_rule: FillRule,
}Expand description
Fill properties.
Fields§
§fill_rule: FillRuleThe fill rule.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FillProps
impl RefUnwindSafe for FillProps
impl Send for FillProps
impl Sync for FillProps
impl Unpin for FillProps
impl UnwindSafe for FillProps
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