#[repr(C)]pub struct D3D11_VIDEO_DECODER_DESC {
pub Guid: GUID,
pub SampleWidth: u32,
pub SampleHeight: u32,
pub OutputFormat: DXGI_FORMAT,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
, "Win32_Graphics_Dxgi_Common"
Fields
Guid: GUID
SampleWidth: u32
SampleHeight: u32
OutputFormat: DXGI_FORMAT
Trait Implementations
impl Clone for D3D11_VIDEO_DECODER_DESC
impl Clone for D3D11_VIDEO_DECODER_DESC
impl Copy for D3D11_VIDEO_DECODER_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3D11_VIDEO_DECODER_DESC
impl Send for D3D11_VIDEO_DECODER_DESC
impl Sync for D3D11_VIDEO_DECODER_DESC
impl Unpin for D3D11_VIDEO_DECODER_DESC
impl UnwindSafe for D3D11_VIDEO_DECODER_DESC
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