Struct AM_WMT_EVENT_DATA
#[repr(C)]pub struct AM_WMT_EVENT_DATA {
pub hrStatus: HRESULT,
pub pData: *mut c_void,
}
Fields§
§hrStatus: HRESULT
§pData: *mut c_void
Trait Implementations§
§impl Clone for AM_WMT_EVENT_DATA
impl Clone for AM_WMT_EVENT_DATA
§fn clone(&self) -> AM_WMT_EVENT_DATA
fn clone(&self) -> AM_WMT_EVENT_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 AM_WMT_EVENT_DATA
Auto Trait Implementations§
impl Freeze for AM_WMT_EVENT_DATA
impl RefUnwindSafe for AM_WMT_EVENT_DATA
impl !Send for AM_WMT_EVENT_DATA
impl !Sync for AM_WMT_EVENT_DATA
impl Unpin for AM_WMT_EVENT_DATA
impl UnwindSafe for AM_WMT_EVENT_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