Struct rich_sdl2_rust::window::WindowCoord
source · pub struct WindowCoord { /* private fields */ }
Expand description
A coordinate value for the window position.
Implementations§
source§impl WindowCoord
impl WindowCoord
Trait Implementations§
source§impl Clone for WindowCoord
impl Clone for WindowCoord
source§fn clone(&self) -> WindowCoord
fn clone(&self) -> WindowCoord
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WindowCoord
impl Debug for WindowCoord
source§impl PartialEq<WindowCoord> for WindowCoord
impl PartialEq<WindowCoord> for WindowCoord
source§fn eq(&self, other: &WindowCoord) -> bool
fn eq(&self, other: &WindowCoord) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.