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 for WindowCoord
impl PartialEq 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 ==
.impl Copy for WindowCoord
impl Eq for WindowCoord
impl StructuralPartialEq for WindowCoord
Auto Trait Implementations§
impl RefUnwindSafe for WindowCoord
impl Send for WindowCoord
impl Sync for WindowCoord
impl Unpin for WindowCoord
impl UnwindSafe for WindowCoord
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more