#[repr(C)]
pub struct MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS { pub dwSize: u32, pub dwVer: u32, pub cbSignatureOffset: u32, pub cbSignatureSize: u32, pub cbExtensionOffset: u32, pub cbExtensionSize: u32, pub cActions: u32, pub rgOutputActions: [MFINPUTTRUSTAUTHORITY_ACCESS_ACTION; 1], }
Expand description

Required features: "Win32_Media_MediaFoundation"

Fields

dwSize: u32dwVer: u32cbSignatureOffset: u32cbSignatureSize: u32cbExtensionOffset: u32cbExtensionSize: u32cActions: u32rgOutputActions: [MFINPUTTRUSTAUTHORITY_ACCESS_ACTION; 1]

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.