Struct 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,
}
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
§fn clone(&self) -> DXVA2_VIDEOSAMPLE
fn clone(&self) -> DXVA2_VIDEOSAMPLE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for DXVA2_VIDEOSAMPLE
impl Default for DXVA2_VIDEOSAMPLE
impl Copy 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