Struct winapi::winuser::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
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