Struct windows::Win32::UI::WindowsAndMessaging::CBT_CREATEWNDA
#[repr(C)]pub struct CBT_CREATEWNDA {
pub lpcs: *mut CREATESTRUCTA,
pub hwndInsertAfter: HWND,
}
Fields§
§lpcs: *mut CREATESTRUCTA
§hwndInsertAfter: HWND
Trait Implementations§
§impl Clone for CBT_CREATEWNDA
impl Clone for CBT_CREATEWNDA
§fn clone(&self) -> CBT_CREATEWNDA
fn clone(&self) -> CBT_CREATEWNDA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CBT_CREATEWNDA
impl Debug for CBT_CREATEWNDA
§impl Default for CBT_CREATEWNDA
impl Default for CBT_CREATEWNDA
§impl PartialEq for CBT_CREATEWNDA
impl PartialEq for CBT_CREATEWNDA
§fn eq(&self, other: &CBT_CREATEWNDA) -> bool
fn eq(&self, other: &CBT_CREATEWNDA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CBT_CREATEWNDA
impl Eq for CBT_CREATEWNDA
impl StructuralPartialEq for CBT_CREATEWNDA
Auto Trait Implementations§
impl Freeze for CBT_CREATEWNDA
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)