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 RECTimpl Clone for RECT[src]
impl Clone for RECTfn clone(&self) -> RECT[src]
fn clone(&self) -> RECTReturns 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 RECTfn eq(&self, other: &RECT) -> bool[src]
fn eq(&self, other: &RECT) -> boolThis 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) -> boolThis method tests for !=.
impl Debug for RECT[src]
impl Debug for RECT