#[repr(C)]pub struct D3D11_VIDEO_PROCESSOR_CONTENT_DESC {
pub InputFrameFormat: D3D11_VIDEO_FRAME_FORMAT,
pub InputFrameRate: DXGI_RATIONAL,
pub InputWidth: u32,
pub InputHeight: u32,
pub OutputFrameRate: DXGI_RATIONAL,
pub OutputWidth: u32,
pub OutputHeight: u32,
pub Usage: D3D11_VIDEO_USAGE,
}
Fields§
§InputFrameFormat: D3D11_VIDEO_FRAME_FORMAT
§InputFrameRate: DXGI_RATIONAL
§InputWidth: u32
§InputHeight: u32
§OutputFrameRate: DXGI_RATIONAL
§OutputWidth: u32
§OutputHeight: u32
§Usage: D3D11_VIDEO_USAGE
Trait Implementations§
§impl Clone for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Clone for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
§fn clone(&self) -> D3D11_VIDEO_PROCESSOR_CONTENT_DESC
fn clone(&self) -> D3D11_VIDEO_PROCESSOR_CONTENT_DESC
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 D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Debug for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
§impl PartialEq for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl PartialEq for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
§fn eq(&self, other: &D3D11_VIDEO_PROCESSOR_CONTENT_DESC) -> bool
fn eq(&self, other: &D3D11_VIDEO_PROCESSOR_CONTENT_DESC) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Eq for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl StructuralPartialEq for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
Auto Trait Implementations§
impl Freeze for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl RefUnwindSafe for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Send for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Sync for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl Unpin for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
impl UnwindSafe for D3D11_VIDEO_PROCESSOR_CONTENT_DESC
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)