Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::DLGITEMTEMPLATE [−][src]
#[repr(C, packed(2))]pub struct DLGITEMTEMPLATE {
pub style: u32,
pub dwExtendedStyle: u32,
pub x: i16,
pub y: i16,
pub cx: i16,
pub cy: i16,
pub id: u16,
}Fields
style: u32dwExtendedStyle: u32x: i16y: i16cx: i16cy: i16id: u16Trait Implementations
type Abi = DLGITEMTEMPLATE
type Abi = DLGITEMTEMPLATE
The abi representation of the implementing type. Read more
type DefaultType = DLGITEMTEMPLATE
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for DLGITEMTEMPLATE
impl Send for DLGITEMTEMPLATE
impl Sync for DLGITEMTEMPLATE
impl Unpin for DLGITEMTEMPLATE
impl UnwindSafe for DLGITEMTEMPLATE
Blanket Implementations
Mutably borrows from an owned value. Read more