Derive Clone for MonitorId
This commit is contained in:
parent
4202c35786
commit
24f5b0b591
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ pub fn get_primary_monitor() -> MonitorId {
|
|||
}
|
||||
|
||||
/// Identifier for a monitor.
|
||||
#[derive(Clone)]
|
||||
pub struct MonitorId(platform::MonitorId);
|
||||
|
||||
impl MonitorId {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue