Struct winapi::WINDOWPLACEMENT [] [src]

pub struct WINDOWPLACEMENT {
    pub length: UINT,
    pub flags: UINT,
    pub showCmd: UINT,
    pub ptMinPosition: POINT,
    pub ptMaxPosition: POINT,
    pub rcNormalPosition: RECT,
}

Fields

length: UINT flags: UINT showCmd: UINT ptMinPosition: POINT ptMaxPosition: POINT rcNormalPosition: RECT

Trait Implementations

impl Debug for WINDOWPLACEMENT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for WINDOWPLACEMENT
[src]

impl Clone for WINDOWPLACEMENT
[src]

fn clone(&self) -> WINDOWPLACEMENT

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