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