Struct windows_sys::Win32::Media::MediaFoundation::CodecAPIEventData
[−]#[repr(C)]pub struct CodecAPIEventData {
pub guid: GUID,
pub dataLength: u32,
pub reserved: [u32; 3],
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
guid: GUID
dataLength: u32
reserved: [u32; 3]
Trait Implementations
impl Clone for CodecAPIEventData
impl Clone for CodecAPIEventData
impl Copy for CodecAPIEventData
Auto Trait Implementations
impl RefUnwindSafe for CodecAPIEventData
impl Send for CodecAPIEventData
impl Sync for CodecAPIEventData
impl Unpin for CodecAPIEventData
impl UnwindSafe for CodecAPIEventData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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