Struct windows_sys::Win32::Media::MediaFoundation::D3D12_VIDEO_FORMAT
[−]#[repr(C)]pub struct D3D12_VIDEO_FORMAT {
pub Format: DXGI_FORMAT,
pub ColorSpace: DXGI_COLOR_SPACE_TYPE,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Dxgi_Common"
Fields
Format: DXGI_FORMAT
ColorSpace: DXGI_COLOR_SPACE_TYPE
Trait Implementations
impl Clone for D3D12_VIDEO_FORMAT
impl Clone for D3D12_VIDEO_FORMAT
impl Copy for D3D12_VIDEO_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_FORMAT
impl Send for D3D12_VIDEO_FORMAT
impl Sync for D3D12_VIDEO_FORMAT
impl Unpin for D3D12_VIDEO_FORMAT
impl UnwindSafe for D3D12_VIDEO_FORMAT
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