Struct windows::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,
}
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
§fn eq(&self, other: &VMR9ProcAmpControlRange) -> bool
fn eq(&self, other: &VMR9ProcAmpControlRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)