Struct windows::Win32::Media::MediaFoundation::DXVA2_ValueRange
#[repr(C)]pub struct DXVA2_ValueRange {
pub MinValue: DXVA2_Fixed32,
pub MaxValue: DXVA2_Fixed32,
pub DefaultValue: DXVA2_Fixed32,
pub StepSize: DXVA2_Fixed32,
}
Fields§
§MinValue: DXVA2_Fixed32
§MaxValue: DXVA2_Fixed32
§DefaultValue: DXVA2_Fixed32
§StepSize: DXVA2_Fixed32
Trait Implementations§
§impl Clone for DXVA2_ValueRange
impl Clone for DXVA2_ValueRange
§fn clone(&self) -> DXVA2_ValueRange
fn clone(&self) -> DXVA2_ValueRange
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 Default for DXVA2_ValueRange
impl Default for DXVA2_ValueRange
impl Copy for DXVA2_ValueRange
Auto Trait Implementations§
impl Freeze for DXVA2_ValueRange
impl RefUnwindSafe for DXVA2_ValueRange
impl Send for DXVA2_ValueRange
impl Sync for DXVA2_ValueRange
impl Unpin for DXVA2_ValueRange
impl UnwindSafe for DXVA2_ValueRange
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
)