add derive

This commit is contained in:
John Giorshev
2025-01-02 14:40:35 -05:00
parent 6a218432ec
commit 13676261eb

View File

@@ -406,6 +406,7 @@ impl RenderTarget for Window {
type Context = WindowContext;
}
#[derive(Clone, Copy, Debug)]
pub enum ClippingRect {
/// a non-zero area clipping rect
Some(Rect),