#[repr(C)]pub struct CBT_CREATEWNDA {
pub lpcs: *mut CREATESTRUCTA,
pub hwndInsertAfter: HWND,
}
Fields§
§lpcs: *mut CREATESTRUCTA
§hwndInsertAfter: HWND
Trait Implementations§
Source§impl Clone for CBT_CREATEWNDA
impl Clone for CBT_CREATEWNDA
Source§fn clone(&self) -> CBT_CREATEWNDA
fn clone(&self) -> CBT_CREATEWNDA
Returns a duplicate 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 moreSource§impl Default for CBT_CREATEWNDA
impl Default for CBT_CREATEWNDA
Source§fn default() -> CBT_CREATEWNDA
fn default() -> CBT_CREATEWNDA
Returns the “default value” for a type. Read more
impl Copy 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