Struct winsafe::WINDOWINFO[][src]

#[repr(C)]
pub struct WINDOWINFO { pub rcWindow: RECT, pub rcClient: RECT, pub dwStyle: WS, pub dwExStyle: WS_EX, pub dwWindowStatus: u32, pub cxWindowBorders: u32, pub cyWindowBorders: u32, pub atomWindowType: ATOM, pub wCreatorVersion: u16, // some fields omitted }
Expand description

WINDOWINFO struct.

Fields

rcWindow: RECTrcClient: RECTdwStyle: WSdwExStyle: WS_EXdwWindowStatus: u32cxWindowBorders: u32cyWindowBorders: u32atomWindowType: ATOMwCreatorVersion: u16

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.