Struct DDEML_MSG_HOOK_DATA
#[repr(C)]pub struct DDEML_MSG_HOOK_DATA {
pub uiLo: usize,
pub uiHi: usize,
pub cbData: u32,
pub Data: [u32; 8],
}
Fields§
§uiLo: usize
§uiHi: usize
§cbData: u32
§Data: [u32; 8]
Trait Implementations§
§impl Clone for DDEML_MSG_HOOK_DATA
impl Clone for DDEML_MSG_HOOK_DATA
§fn clone(&self) -> DDEML_MSG_HOOK_DATA
fn clone(&self) -> DDEML_MSG_HOOK_DATA
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 moreimpl Copy for DDEML_MSG_HOOK_DATA
Auto Trait Implementations§
impl Freeze for DDEML_MSG_HOOK_DATA
impl RefUnwindSafe for DDEML_MSG_HOOK_DATA
impl Send for DDEML_MSG_HOOK_DATA
impl Sync for DDEML_MSG_HOOK_DATA
impl Unpin for DDEML_MSG_HOOK_DATA
impl UnwindSafe for DDEML_MSG_HOOK_DATA
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