Struct DXVA2_VideoSample
#[repr(C)]pub struct DXVA2_VideoSample {
pub Start: i64,
pub End: i64,
pub SampleFormat: DXVA2_ExtendedFormat,
pub SrcSurface: ManuallyDrop<Option<IDirect3DSurface9>>,
pub SrcRect: RECT,
pub DstRect: RECT,
pub Pal: [DXVA2_AYUVSample8; 16],
pub PlanarAlpha: DXVA2_Fixed32,
pub SampleData: u32,
}Fields§
§Start: i64§End: i64§SampleFormat: DXVA2_ExtendedFormat§SrcSurface: ManuallyDrop<Option<IDirect3DSurface9>>§SrcRect: RECT§DstRect: RECT§Pal: [DXVA2_AYUVSample8; 16]§PlanarAlpha: DXVA2_Fixed32§SampleData: u32Trait Implementations§
§impl Clone for DXVA2_VideoSample
impl Clone for DXVA2_VideoSample
Auto Trait Implementations§
impl Freeze for DXVA2_VideoSample
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§
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