#[repr(C)]pub struct D3D12_VIDEO_SCALE_SUPPORT {
pub OutputSizeRange: D3D12_VIDEO_SIZE_RANGE,
pub Flags: D3D12_VIDEO_SCALE_SUPPORT_FLAGS,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
OutputSizeRange: D3D12_VIDEO_SIZE_RANGE
Flags: D3D12_VIDEO_SCALE_SUPPORT_FLAGS
Trait Implementations
impl Clone for D3D12_VIDEO_SCALE_SUPPORT
impl Clone for D3D12_VIDEO_SCALE_SUPPORT
impl Copy for D3D12_VIDEO_SCALE_SUPPORT
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_SCALE_SUPPORT
impl Send for D3D12_VIDEO_SCALE_SUPPORT
impl Sync for D3D12_VIDEO_SCALE_SUPPORT
impl Unpin for D3D12_VIDEO_SCALE_SUPPORT
impl UnwindSafe for D3D12_VIDEO_SCALE_SUPPORT
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