Expand description
A fill style.
Fields
paint: Paintopacity: Opacityrule: FillRuleImplementations
sourceimpl Fill
impl Fill
sourcepub fn from_paint(paint: Paint) -> Self
pub fn from_paint(paint: Paint) -> Self
Creates a Fill from Paint.
opacity and rule will be set to default values.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fill
impl Send for Fill
impl Sync for Fill
impl Unpin for Fill
impl UnwindSafe for Fill
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more