#[repr(C, packed(1))]
pub struct OPM_SET_ACP_AND_CGMSA_SIGNALING_PARAMETERS { pub ulNewTVProtectionStandard: u32, pub ulAspectRatioChangeMask1: u32, pub ulAspectRatioData1: u32, pub ulAspectRatioChangeMask2: u32, pub ulAspectRatioData2: u32, pub ulAspectRatioChangeMask3: u32, pub ulAspectRatioData3: u32, pub ulReserved: [u32; 4], pub ulReserved2: [u32; 4], pub ulReserved3: u32, }
Expand description

Required features: "Win32_Media_MediaFoundation"

Fields

ulNewTVProtectionStandard: u32ulAspectRatioChangeMask1: u32ulAspectRatioData1: u32ulAspectRatioChangeMask2: u32ulAspectRatioData2: u32ulAspectRatioChangeMask3: u32ulAspectRatioData3: u32ulReserved: [u32; 4]ulReserved2: [u32; 4]ulReserved3: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.