Struct webview2_com_sys::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 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_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