Struct windows_sys::Win32::UI::WindowsAndMessaging::CBT_CREATEWNDA
[−]#[repr(C)]pub struct CBT_CREATEWNDA {
pub lpcs: *mut CREATESTRUCTA,
pub hwndInsertAfter: HWND,
}Expand description
Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’
Fields
lpcs: *mut CREATESTRUCTAhwndInsertAfter: HWNDTrait Implementations
impl Clone for CBT_CREATEWNDA
impl Clone for CBT_CREATEWNDA
impl Copy for CBT_CREATEWNDA
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more