From e0f36b80c9bf29bbf3306a617614f6913b705a10 Mon Sep 17 00:00:00 2001 From: Jan Segre Date: Mon, 23 May 2016 03:17:31 -0300 Subject: Make `WindowBuilder` and `HeadlessRendererBuilder` derive `Clone`. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index ff5d52e..a10957d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -106,6 +106,7 @@ pub struct Window { } /// Object that allows you to build windows. +#[derive(Clone)] pub struct WindowBuilder<'a> { /// The attributes to use to create the window. pub window: WindowAttributes, -- cgit v1.2.3