pub struct Pattern {
pub image: Image,
pub transform: Affine,
pub color: Color,
}
Expand description
A pattern that can be used to fill a shape.
Fields§
§image: Image
The image of the pattern.
transform: Affine
The transformation of the pattern.
color: Color
The color of the pattern.
Trait Implementations§
impl StructuralPartialEq for Pattern
Auto Trait Implementations§
impl Freeze for Pattern
impl RefUnwindSafe for Pattern
impl Send for Pattern
impl Sync for Pattern
impl Unpin for Pattern
impl UnwindSafe for Pattern
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