#[repr(C)]pub struct D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC {
pub DecodeProfile: GUID,
pub ViewDimension: D3D11_VDOV_DIMENSION,
pub Anonymous: D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC_0,
}
Expand description
Required features: ‘Win32_Graphics_Direct3D11’
Fields
DecodeProfile: GUID
ViewDimension: D3D11_VDOV_DIMENSION
Anonymous: D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC_0
Trait Implementations
impl Copy for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC
impl Send for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC
impl Sync for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC
impl Unpin for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC
impl UnwindSafe for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more