Struct windows_sys::Win32::Media::WindowsMediaFormat::AM_WMT_EVENT_DATA
[−]Expand description
Required features: "Win32_Media_WindowsMediaFormat"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more