Struct windows_sys::Win32::Media::DirectShow::DXVA2_VIDEOSAMPLE
[−]#[repr(C)]pub struct DXVA2_VIDEOSAMPLE {
pub Start: i64,
pub End: i64,
pub SampleFormat: DXVA2_ExtendedFormat,
pub SampleFlags: u32,
pub SrcResource: *mut c_void,
pub SrcRect: RECT,
pub DstRect: RECT,
pub Pal: [DXVA2_AYUVSample8; 16],
pub PlanarAlpha: DXVA2_Fixed32,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
, "Win32_Media_MediaFoundation"
Fields
Start: i64
End: i64
SampleFormat: DXVA2_ExtendedFormat
SampleFlags: u32
SrcResource: *mut c_void
SrcRect: RECT
DstRect: RECT
Pal: [DXVA2_AYUVSample8; 16]
PlanarAlpha: DXVA2_Fixed32
Trait 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 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