pub struct Mask {
pub curve: Arc<Curve>,
pub fill: FillRule,
}
Expand description
A mask that can be used to clip a layer.
Fields§
§curve: Arc<Curve>
The curve of the mask.
fill: FillRule
The fill rule of the mask.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Mask
Auto Trait Implementations§
impl Freeze for Mask
impl RefUnwindSafe for Mask
impl Send for Mask
impl Sync for Mask
impl Unpin for Mask
impl UnwindSafe for Mask
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