Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::WINDOWPOS [−][src]
#[repr(C)]pub struct WINDOWPOS {
pub hwnd: HWND,
pub hwndInsertAfter: HWND,
pub x: i32,
pub y: i32,
pub cx: i32,
pub cy: i32,
pub flags: SET_WINDOW_POS_FLAGS,
}Fields
hwnd: HWNDhwndInsertAfter: HWNDx: i32y: i32cx: i32cy: i32flags: SET_WINDOW_POS_FLAGSTrait 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 WINDOWPOS
impl UnwindSafe for WINDOWPOS
Blanket Implementations
Mutably borrows from an owned value. Read more