Struct winapi::um::winuser::WINDOWPLACEMENT
source · #[repr(C)]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§
source§impl Clone for WINDOWPLACEMENT
impl Clone for WINDOWPLACEMENT
source§fn clone(&self) -> WINDOWPLACEMENT
fn clone(&self) -> WINDOWPLACEMENT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for WINDOWPLACEMENT
impl Default for WINDOWPLACEMENT
source§fn default() -> WINDOWPLACEMENT
fn default() -> WINDOWPLACEMENT
Returns the “default value” for a type. Read more