Make location copy
This commit is contained in:
parent
f641e20f7f
commit
ff49a95eca
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue