Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::WINDOWPLACEMENT [−][src]
#[repr(C)]pub struct WINDOWPLACEMENT {
pub length: u32,
pub flags: WINDOWPLACEMENT_FLAGS,
pub showCmd: SHOW_WINDOW_CMD,
pub ptMinPosition: POINT,
pub ptMaxPosition: POINT,
pub rcNormalPosition: RECT,
}Fields
length: u32flags: WINDOWPLACEMENT_FLAGSshowCmd: SHOW_WINDOW_CMDptMinPosition: POINTptMaxPosition: POINTrcNormalPosition: RECTTrait Implementations
type Abi = WINDOWPLACEMENT
type Abi = WINDOWPLACEMENT
The abi representation of the implementing type. Read more
type DefaultType = WINDOWPLACEMENT
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 WINDOWPLACEMENT
impl Send for WINDOWPLACEMENT
impl Sync for WINDOWPLACEMENT
impl Unpin for WINDOWPLACEMENT
impl UnwindSafe for WINDOWPLACEMENT
Blanket Implementations
Mutably borrows from an owned value. Read more