Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MINMAXINFO [−][src]
#[repr(C)]pub struct MINMAXINFO {
pub ptReserved: POINT,
pub ptMaxSize: POINT,
pub ptMaxPosition: POINT,
pub ptMinTrackSize: POINT,
pub ptMaxTrackSize: POINT,
}Fields
ptReserved: POINTptMaxSize: POINTptMaxPosition: POINTptMinTrackSize: POINTptMaxTrackSize: POINTTrait Implementations
type Abi = MINMAXINFO
type Abi = MINMAXINFO
The abi representation of the implementing type. Read more
type DefaultType = MINMAXINFO
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 MINMAXINFO
impl Send for MINMAXINFO
impl Sync for MINMAXINFO
impl Unpin for MINMAXINFO
impl UnwindSafe for MINMAXINFO
Blanket Implementations
Mutably borrows from an owned value. Read more