We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PartialEq
window::Position
1 parent 89f480b commit bde4572Copy full SHA for bde4572
1 file changed
core/src/window/position.rs
@@ -1,7 +1,7 @@
1
use crate::{Point, Size};
2
3
/// The position of a window in a given screen.
4
-#[derive(Debug, Clone, Copy, PartialEq)]
+#[derive(Debug, Clone, Copy)]
5
pub enum Position {
6
/// The platform-specific default position for a new window.
7
Default,
0 commit comments