Struct windows_sys::Win32::Media::MediaFoundation::DXVA2_VideoSample
[−]#[repr(C)]pub struct DXVA2_VideoSample {
pub Start: i64,
pub End: i64,
pub SampleFormat: DXVA2_ExtendedFormat,
pub SrcSurface: IDirect3DSurface9,
pub SrcRect: RECT,
pub DstRect: RECT,
pub Pal: [DXVA2_AYUVSample8; 16],
pub PlanarAlpha: DXVA2_Fixed32,
pub SampleData: u32,
}Expand description
Required features: "Win32_Media_MediaFoundation", "Win32_Foundation", "Win32_Graphics_Direct3D9"
Fields
Start: i64End: i64SampleFormat: DXVA2_ExtendedFormatSrcSurface: IDirect3DSurface9SrcRect: RECTDstRect: RECTPal: [DXVA2_AYUVSample8; 16]PlanarAlpha: DXVA2_Fixed32SampleData: u32Trait Implementations
impl Clone for DXVA2_VideoSample
impl Clone for DXVA2_VideoSample
impl Copy for DXVA2_VideoSample
Auto Trait Implementations
impl RefUnwindSafe for DXVA2_VideoSample
impl !Send for DXVA2_VideoSample
impl !Sync for DXVA2_VideoSample
impl Unpin for DXVA2_VideoSample
impl UnwindSafe for DXVA2_VideoSample
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