Struct webview2_com_sys::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 DefaultType = Self
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 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