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