Struct VMR9ProcAmpControlRange
#[repr(C)]pub struct VMR9ProcAmpControlRange {
pub dwSize: u32,
pub dwProperty: VMR9ProcAmpControlFlags,
pub MinValue: f32,
pub MaxValue: f32,
pub DefaultValue: f32,
pub StepSize: f32,
}
Fields§
§dwSize: u32
§dwProperty: VMR9ProcAmpControlFlags
§MinValue: f32
§MaxValue: f32
§DefaultValue: f32
§StepSize: f32
Trait Implementations§
§impl Clone for VMR9ProcAmpControlRange
impl Clone for VMR9ProcAmpControlRange
§fn clone(&self) -> VMR9ProcAmpControlRange
fn clone(&self) -> VMR9ProcAmpControlRange
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for VMR9ProcAmpControlRange
impl Debug for VMR9ProcAmpControlRange
§impl Default for VMR9ProcAmpControlRange
impl Default for VMR9ProcAmpControlRange
§impl PartialEq for VMR9ProcAmpControlRange
impl PartialEq for VMR9ProcAmpControlRange
impl Copy for VMR9ProcAmpControlRange
impl StructuralPartialEq for VMR9ProcAmpControlRange
Auto Trait Implementations§
impl Freeze for VMR9ProcAmpControlRange
impl RefUnwindSafe for VMR9ProcAmpControlRange
impl Send for VMR9ProcAmpControlRange
impl Sync for VMR9ProcAmpControlRange
impl Unpin for VMR9ProcAmpControlRange
impl UnwindSafe for VMR9ProcAmpControlRange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more