Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MINIMIZEDMETRICS [−][src]
#[repr(C)]pub struct MINIMIZEDMETRICS {
pub cbSize: u32,
pub iWidth: i32,
pub iHorzGap: i32,
pub iVertGap: i32,
pub iArrange: MINIMIZEDMETRICS_ARRANGE,
}Fields
cbSize: u32iWidth: i32iHorzGap: i32iVertGap: i32iArrange: MINIMIZEDMETRICS_ARRANGETrait Implementations
type Abi = MINIMIZEDMETRICS
type Abi = MINIMIZEDMETRICS
The abi representation of the implementing type. Read more
type DefaultType = MINIMIZEDMETRICS
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 MINIMIZEDMETRICS
impl Send for MINIMIZEDMETRICS
impl Sync for MINIMIZEDMETRICS
impl Unpin for MINIMIZEDMETRICS
impl UnwindSafe for MINIMIZEDMETRICS
Blanket Implementations
Mutably borrows from an owned value. Read more