#[repr(C, packed(1))]pub struct OPM_ACTUAL_OUTPUT_FORMAT {
pub rnRandomNumber: OPM_RANDOM_NUMBER,
pub ulStatusFlags: ULONG,
pub ulDisplayWidth: ULONG,
pub ulDisplayHeight: ULONG,
pub dsfSampleInterleaveFormat: DXVA2_SampleFormat,
pub d3dFormat: D3DFORMAT,
pub ulFrequencyNumerator: ULONG,
pub ulFrequencyDenominator: ULONG,
}
Fields§
§rnRandomNumber: OPM_RANDOM_NUMBER
§ulStatusFlags: ULONG
§ulDisplayWidth: ULONG
§ulDisplayHeight: ULONG
§dsfSampleInterleaveFormat: DXVA2_SampleFormat
§d3dFormat: D3DFORMAT
§ulFrequencyNumerator: ULONG
§ulFrequencyDenominator: ULONG
Trait Implementations§
Source§impl Clone for OPM_ACTUAL_OUTPUT_FORMAT
impl Clone for OPM_ACTUAL_OUTPUT_FORMAT
Source§fn clone(&self) -> OPM_ACTUAL_OUTPUT_FORMAT
fn clone(&self) -> OPM_ACTUAL_OUTPUT_FORMAT
Returns a duplicate 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 moreSource§impl Default for OPM_ACTUAL_OUTPUT_FORMAT
impl Default for OPM_ACTUAL_OUTPUT_FORMAT
Source§fn default() -> OPM_ACTUAL_OUTPUT_FORMAT
fn default() -> OPM_ACTUAL_OUTPUT_FORMAT
Returns the “default value” for a type. Read more
impl Copy for OPM_ACTUAL_OUTPUT_FORMAT
Auto Trait Implementations§
impl Freeze for OPM_ACTUAL_OUTPUT_FORMAT
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§
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