Make location copy

This commit is contained in:
Cory Forsstrom 2023-01-04 09:52:42 -08:00
parent f641e20f7f
commit ff49a95eca
No known key found for this signature in database
GPG key ID: 1DFE170A4415C9F5

View file

@ -64,7 +64,7 @@ impl From<(Point, Point)> for Position {
} }
} }
#[derive(Debug)] #[derive(Debug, Clone, Copy)]
/// The location of a relatively-positioned gradient. /// The location of a relatively-positioned gradient.
pub enum Location { pub enum Location {
/// Top left. /// Top left.