Skip to main content

EOS_IntegratedPlatformOptionsContainer_AddOptions

Type Alias EOS_IntegratedPlatformOptionsContainer_AddOptions 

Source
pub type EOS_IntegratedPlatformOptionsContainer_AddOptions = _tagEOS_IntegratedPlatformOptionsContainer_AddOptions;
Expand description

Data for the EOS_IntegratedPlatformOptionsContainer_Add function.

Aliased Type§

#[repr(C)]
pub struct EOS_IntegratedPlatformOptionsContainer_AddOptions { pub ApiVersion: i32, pub Options: *const _tagEOS_IntegratedPlatform_Options, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_INTEGRATEDPLATFORMOPTIONSCONTAINER_ADD_API_LATEST.

§Options: *const _tagEOS_IntegratedPlatform_Options

The integrated platform options to add.