#[repr(C, packed(1))]
pub struct OPM_ACP_AND_CGMSA_SIGNALING {
Show 13 fields pub rnRandomNumber: OPM_RANDOM_NUMBER, pub ulStatusFlags: u32, pub ulAvailableTVProtectionStandards: u32, pub ulActiveTVProtectionStandard: u32, pub ulReserved: u32, pub ulAspectRatioValidMask1: u32, pub ulAspectRatioData1: u32, pub ulAspectRatioValidMask2: u32, pub ulAspectRatioData2: u32, pub ulAspectRatioValidMask3: u32, pub ulAspectRatioData3: u32, pub ulReserved2: [u32; 4], pub ulReserved3: [u32; 4],
}
Expand description

Required features: "Win32_Media_MediaFoundation"

Fields

rnRandomNumber: OPM_RANDOM_NUMBERulStatusFlags: u32ulAvailableTVProtectionStandards: u32ulActiveTVProtectionStandard: u32ulReserved: u32ulAspectRatioValidMask1: u32ulAspectRatioData1: u32ulAspectRatioValidMask2: u32ulAspectRatioData2: u32ulAspectRatioValidMask3: u32ulAspectRatioData3: u32ulReserved2: [u32; 4]ulReserved3: [u32; 4]

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.