Struct windows_sys::Win32::Media::DirectShow::VMR9ProcAmpControlRange
[−]#[repr(C)]pub struct VMR9ProcAmpControlRange {
pub dwSize: u32,
pub dwProperty: VMR9ProcAmpControlFlags,
pub MinValue: f32,
pub MaxValue: f32,
pub DefaultValue: f32,
pub StepSize: f32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
dwSize: u32
dwProperty: VMR9ProcAmpControlFlags
MinValue: f32
MaxValue: f32
DefaultValue: f32
StepSize: f32
Trait Implementations
impl Clone for VMR9ProcAmpControlRange
impl Clone for VMR9ProcAmpControlRange
impl Copy for VMR9ProcAmpControlRange
Auto Trait Implementations
impl RefUnwindSafe for VMR9ProcAmpControlRange
impl Send for VMR9ProcAmpControlRange
impl Sync for VMR9ProcAmpControlRange
impl Unpin for VMR9ProcAmpControlRange
impl UnwindSafe for VMR9ProcAmpControlRange
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