Struct ui_sys::platform::windows::RECT [−][src]
Fields
left: LONG
top: LONG
right: LONG
bottom: LONG
Trait Implementations
impl Copy for RECT
[src]
impl Copy for RECT
impl Clone for RECT
[src]
impl Clone for RECT
fn clone(&self) -> RECT
[src]
fn clone(&self) -> RECT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for RECT
[src]
impl PartialEq for RECT
fn eq(&self, other: &RECT) -> bool
[src]
fn eq(&self, other: &RECT) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &RECT) -> bool
[src]
fn ne(&self, other: &RECT) -> bool
This method tests for !=
.
impl Debug for RECT
[src]
impl Debug for RECT