pub enum FillType {
Solid(ShapeFill),
Gradient(GradientFill),
NoFill,
}Expand description
Shape fill type - solid color or gradient
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FillType
impl RefUnwindSafe for FillType
impl Send for FillType
impl Sync for FillType
impl Unpin for FillType
impl UnwindSafe for FillType
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