Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::CBT_CREATEWNDA [−][src]
#[repr(C)]pub struct CBT_CREATEWNDA {
pub lpcs: *mut CREATESTRUCTA,
pub hwndInsertAfter: HWND,
}Fields
lpcs: *mut CREATESTRUCTAhwndInsertAfter: HWNDTrait Implementations
type Abi = CBT_CREATEWNDA
type Abi = CBT_CREATEWNDA
The abi representation of the implementing type. Read more
type DefaultType = CBT_CREATEWNDA
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 CBT_CREATEWNDA
impl !Send for CBT_CREATEWNDA
impl !Sync for CBT_CREATEWNDA
impl Unpin for CBT_CREATEWNDA
impl UnwindSafe for CBT_CREATEWNDA
Blanket Implementations
Mutably borrows from an owned value. Read more