Struct windows::Win32::Media::DirectShow::DVD_DECODER_CAPS
#[repr(C)]pub struct DVD_DECODER_CAPS {
pub dwSize: u32,
pub dwAudioCaps: u32,
pub dFwdMaxRateVideo: f64,
pub dFwdMaxRateAudio: f64,
pub dFwdMaxRateSP: f64,
pub dBwdMaxRateVideo: f64,
pub dBwdMaxRateAudio: f64,
pub dBwdMaxRateSP: f64,
pub dwRes1: u32,
pub dwRes2: u32,
pub dwRes3: u32,
pub dwRes4: u32,
}
Fields§
§dwSize: u32
§dwAudioCaps: u32
§dFwdMaxRateVideo: f64
§dFwdMaxRateAudio: f64
§dFwdMaxRateSP: f64
§dBwdMaxRateVideo: f64
§dBwdMaxRateAudio: f64
§dBwdMaxRateSP: f64
§dwRes1: u32
§dwRes2: u32
§dwRes3: u32
§dwRes4: u32
Trait Implementations§
§impl Clone for DVD_DECODER_CAPS
impl Clone for DVD_DECODER_CAPS
§fn clone(&self) -> DVD_DECODER_CAPS
fn clone(&self) -> DVD_DECODER_CAPS
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 DVD_DECODER_CAPS
impl Debug for DVD_DECODER_CAPS
§impl Default for DVD_DECODER_CAPS
impl Default for DVD_DECODER_CAPS
§impl PartialEq for DVD_DECODER_CAPS
impl PartialEq for DVD_DECODER_CAPS
§fn eq(&self, other: &DVD_DECODER_CAPS) -> bool
fn eq(&self, other: &DVD_DECODER_CAPS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DVD_DECODER_CAPS
impl StructuralPartialEq for DVD_DECODER_CAPS
Auto Trait Implementations§
impl Freeze for DVD_DECODER_CAPS
impl RefUnwindSafe for DVD_DECODER_CAPS
impl Send for DVD_DECODER_CAPS
impl Sync for DVD_DECODER_CAPS
impl Unpin for DVD_DECODER_CAPS
impl UnwindSafe for DVD_DECODER_CAPS
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
)