#[repr(C)]
pub struct MFT_REGISTRATION_INFO { pub clsid: GUID, pub guidCategory: GUID, pub uiFlags: u32, pub pszName: PCWSTR, pub cInTypes: u32, pub pInTypes: *mut MFT_REGISTER_TYPE_INFO, pub cOutTypes: u32, pub pOutTypes: *mut MFT_REGISTER_TYPE_INFO, }
Expand description

Required features: "Win32_Media_MediaFoundation"

Fields

clsid: GUIDguidCategory: GUIDuiFlags: u32pszName: PCWSTRcInTypes: u32pInTypes: *mut MFT_REGISTER_TYPE_INFOcOutTypes: u32pOutTypes: *mut MFT_REGISTER_TYPE_INFO

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.