Struct winapi::winuser::SIZE
[−]
[src]
pub struct SIZE {
pub cx: LONG,
pub cy: LONG,
}Fields
cx | |
cy |
Trait Implementations
impl Copy for SIZE[src]
impl Clone for SIZE[src]
fn clone(&self) -> SIZE
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more