Struct winapi::um::winuser::WINDOWINFO
source · #[repr(C)]pub struct WINDOWINFO {
pub cbSize: DWORD,
pub rcWindow: RECT,
pub rcClient: RECT,
pub dwStyle: DWORD,
pub dwExStyle: DWORD,
pub dwWindowStatus: DWORD,
pub cxWindowBorders: UINT,
pub cyWindowBorders: UINT,
pub atomWindowType: ATOM,
pub wCreatorVersion: WORD,
}Fields§
§cbSize: DWORD§rcWindow: RECT§rcClient: RECT§dwStyle: DWORD§dwExStyle: DWORD§dwWindowStatus: DWORD§cxWindowBorders: UINT§cyWindowBorders: UINT§atomWindowType: ATOM§wCreatorVersion: WORDTrait Implementations§
source§impl Clone for WINDOWINFO
impl Clone for WINDOWINFO
source§fn clone(&self) -> WINDOWINFO
fn clone(&self) -> WINDOWINFO
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 WINDOWINFO
impl Default for WINDOWINFO
source§fn default() -> WINDOWINFO
fn default() -> WINDOWINFO
Returns the “default value” for a type. Read more