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