#[repr(C)]pub struct D3D11_VIDEO_PROCESSOR_STREAM {
pub Enable: BOOL,
pub OutputIndex: UINT,
pub InputFrameOrField: UINT,
pub PastFrames: UINT,
pub FutureFrames: UINT,
pub ppPastSurfaces: *mut *mut ID3D11VideoProcessorInputView,
pub pInputSurface: *mut ID3D11VideoProcessorInputView,
pub ppFutureSurfaces: *mut *mut ID3D11VideoProcessorInputView,
pub ppPastSurfacesRight: *mut *mut ID3D11VideoProcessorInputView,
pub pInputSurfaceRight: *mut ID3D11VideoProcessorInputView,
pub ppFutureSurfacesRight: *mut *mut ID3D11VideoProcessorInputView,
}
Fields§
§Enable: BOOL
§OutputIndex: UINT
§InputFrameOrField: UINT
§PastFrames: UINT
§FutureFrames: UINT
§ppPastSurfaces: *mut *mut ID3D11VideoProcessorInputView
§pInputSurface: *mut ID3D11VideoProcessorInputView
§ppFutureSurfaces: *mut *mut ID3D11VideoProcessorInputView
§ppPastSurfacesRight: *mut *mut ID3D11VideoProcessorInputView
§pInputSurfaceRight: *mut ID3D11VideoProcessorInputView
§ppFutureSurfacesRight: *mut *mut ID3D11VideoProcessorInputView
Trait Implementations§
Source§impl Clone for D3D11_VIDEO_PROCESSOR_STREAM
impl Clone for D3D11_VIDEO_PROCESSOR_STREAM
Source§fn clone(&self) -> D3D11_VIDEO_PROCESSOR_STREAM
fn clone(&self) -> D3D11_VIDEO_PROCESSOR_STREAM
Returns a duplicate 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 moreSource§impl Default for D3D11_VIDEO_PROCESSOR_STREAM
impl Default for D3D11_VIDEO_PROCESSOR_STREAM
Source§fn default() -> D3D11_VIDEO_PROCESSOR_STREAM
fn default() -> D3D11_VIDEO_PROCESSOR_STREAM
Returns the “default value” for a type. Read more
impl Copy for D3D11_VIDEO_PROCESSOR_STREAM
Auto Trait Implementations§
impl Freeze for D3D11_VIDEO_PROCESSOR_STREAM
impl RefUnwindSafe for D3D11_VIDEO_PROCESSOR_STREAM
impl !Send for D3D11_VIDEO_PROCESSOR_STREAM
impl !Sync for D3D11_VIDEO_PROCESSOR_STREAM
impl Unpin for D3D11_VIDEO_PROCESSOR_STREAM
impl UnwindSafe for D3D11_VIDEO_PROCESSOR_STREAM
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