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