Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::WINDOWINFO [−][src]
#[repr(C)]pub struct WINDOWINFO {
pub cbSize: u32,
pub rcWindow: RECT,
pub rcClient: RECT,
pub dwStyle: u32,
pub dwExStyle: u32,
pub dwWindowStatus: u32,
pub cxWindowBorders: u32,
pub cyWindowBorders: u32,
pub atomWindowType: u16,
pub wCreatorVersion: u16,
}Fields
cbSize: u32rcWindow: RECTrcClient: RECTdwStyle: u32dwExStyle: u32dwWindowStatus: u32cxWindowBorders: u32cyWindowBorders: u32atomWindowType: u16wCreatorVersion: u16Trait Implementations
type Abi = WINDOWINFO
type Abi = WINDOWINFO
The abi representation of the implementing type. Read more
type DefaultType = WINDOWINFO
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WINDOWINFO
impl Send for WINDOWINFO
impl Sync for WINDOWINFO
impl Unpin for WINDOWINFO
impl UnwindSafe for WINDOWINFO
Blanket Implementations
Mutably borrows from an owned value. Read more