Struct DXVA_VideoSample
#[repr(C)]pub struct DXVA_VideoSample {
pub rtStart: i64,
pub rtEnd: i64,
pub SampleFormat: DXVA_SampleFormat,
pub lpDDSSrcSurface: *mut c_void,
}
Fields§
§rtStart: i64
§rtEnd: i64
§SampleFormat: DXVA_SampleFormat
§lpDDSSrcSurface: *mut c_void
Trait Implementations§
§impl Clone for DXVA_VideoSample
impl Clone for DXVA_VideoSample
§fn clone(&self) -> DXVA_VideoSample
fn clone(&self) -> DXVA_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 Debug for DXVA_VideoSample
impl Debug for DXVA_VideoSample
§impl Default for DXVA_VideoSample
impl Default for DXVA_VideoSample
§impl PartialEq for DXVA_VideoSample
impl PartialEq for DXVA_VideoSample
impl Copy for DXVA_VideoSample
impl StructuralPartialEq for DXVA_VideoSample
Auto Trait Implementations§
impl Freeze for DXVA_VideoSample
impl RefUnwindSafe for DXVA_VideoSample
impl !Send for DXVA_VideoSample
impl !Sync for DXVA_VideoSample
impl Unpin for DXVA_VideoSample
impl UnwindSafe for DXVA_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