Struct winapi::winuser::WINDOWPOS
[−]
[src]
pub struct WINDOWPOS {
pub hwnd: HWND,
pub hwndInsertAfter: HWND,
pub x: c_int,
pub y: c_int,
pub cx: c_int,
pub cy: c_int,
pub flags: UINT,
}Fields
hwnd | |
hwndInsertAfter | |
x | |
y | |
cx | |
cy | |
flags |
Trait Implementations
impl Copy for WINDOWPOS[src]
impl Clone for WINDOWPOS[src]
fn clone(&self) -> WINDOWPOS
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