#[repr(C)]pub struct tagCOPYDATASTRUCT {
pub dwData: ULONG_PTR,
pub cbData: DWORD,
pub lpData: PVOID,
}
Fields§
§dwData: ULONG_PTR
§cbData: DWORD
§lpData: PVOID
Trait Implementations§
Source§impl Clone for tagCOPYDATASTRUCT
impl Clone for tagCOPYDATASTRUCT
Source§fn clone(&self) -> tagCOPYDATASTRUCT
fn clone(&self) -> tagCOPYDATASTRUCT
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 tagCOPYDATASTRUCT
impl Debug for tagCOPYDATASTRUCT
Source§impl Ord for tagCOPYDATASTRUCT
impl Ord for tagCOPYDATASTRUCT
Source§fn cmp(&self, other: &tagCOPYDATASTRUCT) -> Ordering
fn cmp(&self, other: &tagCOPYDATASTRUCT) -> 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 tagCOPYDATASTRUCT
impl PartialEq for tagCOPYDATASTRUCT
Source§impl PartialOrd for tagCOPYDATASTRUCT
impl PartialOrd for tagCOPYDATASTRUCT
impl Copy for tagCOPYDATASTRUCT
impl Eq for tagCOPYDATASTRUCT
impl StructuralPartialEq for tagCOPYDATASTRUCT
Auto Trait Implementations§
impl Freeze for tagCOPYDATASTRUCT
impl RefUnwindSafe for tagCOPYDATASTRUCT
impl !Send for tagCOPYDATASTRUCT
impl !Sync for tagCOPYDATASTRUCT
impl Unpin for tagCOPYDATASTRUCT
impl UnwindSafe for tagCOPYDATASTRUCT
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