#[repr(C)]pub struct D3D12_VIDEO_SIZE_RANGE {
pub MaxWidth: u32,
pub MaxHeight: u32,
pub MinWidth: u32,
pub MinHeight: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
MaxWidth: u32
MaxHeight: u32
MinWidth: u32
MinHeight: u32
Trait Implementations
impl Clone for D3D12_VIDEO_SIZE_RANGE
impl Clone for D3D12_VIDEO_SIZE_RANGE
impl Copy for D3D12_VIDEO_SIZE_RANGE
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_SIZE_RANGE
impl Send for D3D12_VIDEO_SIZE_RANGE
impl Sync for D3D12_VIDEO_SIZE_RANGE
impl Unpin for D3D12_VIDEO_SIZE_RANGE
impl UnwindSafe for D3D12_VIDEO_SIZE_RANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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