diff options
Diffstat (limited to 'src/window_size.rs')
| -rw-r--r-- | src/window_size.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_size.rs b/src/window_size.rs index 620a307..c84a137 100644 --- a/src/window_size.rs +++ b/src/window_size.rs @@ -1,7 +1,7 @@ /// The max value of the custom window size is `u32::MAX`. /// The min value of the custom window size is `WindowSize::Size256`. /// This is because it's the maximum latency one can report to a CLAP host. -#[derive(Debug, PartialEq)] +#[derive(Debug, Clone, PartialEq)] pub enum WindowSize { Size256, Size512, |
