#[repr(C)]pub struct tagCBT_CREATEWNDA {
pub lpcs: *mut tagCREATESTRUCTA,
pub hwndInsertAfter: HWND,
}
Fields§
§lpcs: *mut tagCREATESTRUCTA
§hwndInsertAfter: HWND
Trait 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 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_CREATEWNDA
impl Debug for tagCBT_CREATEWNDA
Source§impl Ord for tagCBT_CREATEWNDA
impl Ord for tagCBT_CREATEWNDA
Source§fn cmp(&self, other: &tagCBT_CREATEWNDA) -> Ordering
fn cmp(&self, other: &tagCBT_CREATEWNDA) -> 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_CREATEWNDA
impl PartialEq for tagCBT_CREATEWNDA
Source§impl PartialOrd for tagCBT_CREATEWNDA
impl PartialOrd for tagCBT_CREATEWNDA
impl Copy for tagCBT_CREATEWNDA
impl Eq for tagCBT_CREATEWNDA
impl StructuralPartialEq 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