#[repr(C)]pub struct tagCBT_CREATEWNDA {
pub lpcs: *mut tagCREATESTRUCTA,
pub hwndInsertAfter: HWND,
}Fields§
§lpcs: *mut tagCREATESTRUCTA§hwndInsertAfter: HWNDTrait Implementations§
Source§impl Clone for tagCBT_CREATEWNDA
impl Clone for tagCBT_CREATEWNDA
Source§fn clone(&self) -> tagCBT_CREATEWNDA
fn clone(&self) -> tagCBT_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 Debug for tagCBT_CREATEWNDA
impl Debug for tagCBT_CREATEWNDA
impl Copy for tagCBT_CREATEWNDA
Auto Trait Implementations§
impl Freeze for tagCBT_CREATEWNDA
impl RefUnwindSafe for tagCBT_CREATEWNDA
impl !Send for tagCBT_CREATEWNDA
impl !Sync for tagCBT_CREATEWNDA
impl Unpin for tagCBT_CREATEWNDA
impl UnwindSafe for tagCBT_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