#[repr(C)]pub struct tagCOPYDATASTRUCT {
pub dwData: ULONG_PTR,
pub cbData: DWORD,
pub lpData: PVOID,
}Fields§
§dwData: ULONG_PTR§cbData: DWORD§lpData: PVOIDTrait Implementations§
Source§impl Clone for tagCOPYDATASTRUCT
impl Clone for tagCOPYDATASTRUCT
Source§fn clone(&self) -> tagCOPYDATASTRUCT
fn clone(&self) -> tagCOPYDATASTRUCT
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 tagCOPYDATASTRUCT
impl Debug for tagCOPYDATASTRUCT
impl Copy 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