Struct windows_sys::Win32::Media::MediaFoundation::DXVA_COPPCommand
[−]#[repr(C)]pub struct DXVA_COPPCommand {
pub macKDI: GUID,
pub guidCommandID: GUID,
pub dwSequence: u32,
pub cbSizeData: u32,
pub CommandData: [u8; 4056],
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
macKDI: GUID
guidCommandID: GUID
dwSequence: u32
cbSizeData: u32
CommandData: [u8; 4056]
Trait Implementations
impl Clone for DXVA_COPPCommand
impl Clone for DXVA_COPPCommand
impl Copy for DXVA_COPPCommand
Auto Trait Implementations
impl RefUnwindSafe for DXVA_COPPCommand
impl Send for DXVA_COPPCommand
impl Sync for DXVA_COPPCommand
impl Unpin for DXVA_COPPCommand
impl UnwindSafe for DXVA_COPPCommand
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