Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::ICONMETRICSW [−][src]
#[repr(C)]pub struct ICONMETRICSW {
pub cbSize: u32,
pub iHorzSpacing: i32,
pub iVertSpacing: i32,
pub iTitleWrap: i32,
pub lfFont: LOGFONTW,
}Fields
cbSize: u32iHorzSpacing: i32iVertSpacing: i32iTitleWrap: i32lfFont: LOGFONTWTrait Implementations
type Abi = ICONMETRICSW
type Abi = ICONMETRICSW
The abi representation of the implementing type. Read more
type DefaultType = ICONMETRICSW
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 ICONMETRICSW
impl Send for ICONMETRICSW
impl Sync for ICONMETRICSW
impl Unpin for ICONMETRICSW
impl UnwindSafe for ICONMETRICSW
Blanket Implementations
Mutably borrows from an owned value. Read more