Struct 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 moreimpl 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