#[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: WORD
Trait 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
impl Copy for WINDOWINFO
Auto Trait Implementations§
impl Freeze for WINDOWINFO
impl RefUnwindSafe for WINDOWINFO
impl Send for WINDOWINFO
impl Sync for WINDOWINFO
impl Unpin for WINDOWINFO
impl UnwindSafe for WINDOWINFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more