#[repr(C, packed(1))]pub struct OPM_ACTUAL_OUTPUT_FORMAT {
pub rnRandomNumber: OPM_RANDOM_NUMBER,
pub ulStatusFlags: u32,
pub ulDisplayWidth: u32,
pub ulDisplayHeight: u32,
pub dsfSampleInterleaveFormat: DXVA2_SampleFormat,
pub d3dFormat: D3DFORMAT,
pub ulFrequencyNumerator: u32,
pub ulFrequencyDenominator: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Direct3D9"
Fields
rnRandomNumber: OPM_RANDOM_NUMBER
ulStatusFlags: u32
ulDisplayWidth: u32
ulDisplayHeight: u32
dsfSampleInterleaveFormat: DXVA2_SampleFormat
d3dFormat: D3DFORMAT
ulFrequencyNumerator: u32
ulFrequencyDenominator: u32
Trait Implementations
impl Clone for OPM_ACTUAL_OUTPUT_FORMAT
impl Clone for OPM_ACTUAL_OUTPUT_FORMAT
impl Copy for OPM_ACTUAL_OUTPUT_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for OPM_ACTUAL_OUTPUT_FORMAT
impl Send for OPM_ACTUAL_OUTPUT_FORMAT
impl Sync for OPM_ACTUAL_OUTPUT_FORMAT
impl Unpin for OPM_ACTUAL_OUTPUT_FORMAT
impl UnwindSafe for OPM_ACTUAL_OUTPUT_FORMAT
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