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
flags
showCmd
ptMinPosition
ptMaxPosition
rcNormalPosition

Trait Implementations

Derived Implementations

impl Debug for WINDOWPLACEMENT

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

impl Copy for WINDOWPLACEMENT

impl Clone for WINDOWPLACEMENT

fn clone(&self) -> WINDOWPLACEMENT

fn clone_from(&mut self, source: &Self)