Struct windows_sys::Win32::Media::WindowsMediaFormat::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
impl Copy for AM_WMT_EVENT_DATA
Auto Trait Implementations§
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