#[repr(C, packed(1))]
pub struct OPM_CONNECTED_HDCP_DEVICE_INFORMATION { pub rnRandomNumber: OPM_RANDOM_NUMBER, pub ulStatusFlags: u32, pub ulHDCPFlags: u32, pub ksvB: OPM_HDCP_KEY_SELECTION_VECTOR, pub Reserved: [u8; 11], pub Reserved2: [u8; 16], pub Reserved3: [u8; 16], }
Expand description

Required features: "Win32_Media_MediaFoundation"

Fields

rnRandomNumber: OPM_RANDOM_NUMBERulStatusFlags: u32ulHDCPFlags: u32ksvB: OPM_HDCP_KEY_SELECTION_VECTORReserved: [u8; 11]Reserved2: [u8; 16]Reserved3: [u8; 16]

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.