mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01:00
add derive
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user