Remove PartialEq implementation for window::Position
This commit is contained in:
parent
89f480bdae
commit
bde4572bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
use crate::{Point, Size};
|
use crate::{Point, Size};
|
||||||
|
|
||||||
/// The position of a window in a given screen.
|
/// The position of a window in a given screen.
|
||||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
#[derive(Debug, Clone, Copy)]
|
||||||
pub enum Position {
|
pub enum Position {
|
||||||
/// The platform-specific default position for a new window.
|
/// The platform-specific default position for a new window.
|
||||||
Default,
|
Default,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue