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: HWND hwndInsertAfter: HWND x: c_int y: c_int cx: c_int cy: c_int flags: UINT

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