#[repr(C)]pub struct tagCBT_CREATEWNDW {
pub lpcs: *mut tagCREATESTRUCTW,
pub hwndInsertAfter: HWND,
}
Fields§
§lpcs: *mut tagCREATESTRUCTW
§hwndInsertAfter: HWND
Trait 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 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 moreSource§impl Debug for tagCBT_CREATEWNDW
impl Debug for tagCBT_CREATEWNDW
Source§impl Ord for tagCBT_CREATEWNDW
impl Ord for tagCBT_CREATEWNDW
Source§fn cmp(&self, other: &tagCBT_CREATEWNDW) -> Ordering
fn cmp(&self, other: &tagCBT_CREATEWNDW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCBT_CREATEWNDW
impl PartialEq for tagCBT_CREATEWNDW
Source§impl PartialOrd for tagCBT_CREATEWNDW
impl PartialOrd for tagCBT_CREATEWNDW
impl Copy for tagCBT_CREATEWNDW
impl Eq for tagCBT_CREATEWNDW
impl StructuralPartialEq 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