Struct windows_sys::Win32::UI::WindowsAndMessaging::WINDOWINFO
[−]#[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,
}
Expand description
Required features: "Win32_UI_WindowsAndMessaging"
, "Win32_Foundation"
Fields
cbSize: u32
rcWindow: RECT
rcClient: RECT
dwStyle: u32
dwExStyle: u32
dwWindowStatus: u32
cxWindowBorders: u32
cyWindowBorders: u32
atomWindowType: u16
wCreatorVersion: u16
Trait Implementations
impl Clone for WINDOWINFO
impl Clone for WINDOWINFO
impl Copy for WINDOWINFO
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more