Struct webview2_com_sys::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 DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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