#[repr(C)]pub struct DXVA_VideoPropertyRange {
pub MinValue: f32,
pub MaxValue: f32,
pub DefaultValue: f32,
pub StepSize: f32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
MinValue: f32
MaxValue: f32
DefaultValue: f32
StepSize: f32
Trait Implementations
impl Clone for DXVA_VideoPropertyRange
impl Clone for DXVA_VideoPropertyRange
impl Copy for DXVA_VideoPropertyRange
Auto Trait Implementations
impl RefUnwindSafe for DXVA_VideoPropertyRange
impl Send for DXVA_VideoPropertyRange
impl Sync for DXVA_VideoPropertyRange
impl Unpin for DXVA_VideoPropertyRange
impl UnwindSafe for DXVA_VideoPropertyRange
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