Struct dinghy_lib::platform::regular_platform::RegularPlatform [] [src]

pub struct RegularPlatform {
    pub configuration: PlatformConfiguration,
    pub id: String,
    pub toolchain: ToolchainConfig,
    // some fields omitted
}

Fields

Methods

impl RegularPlatform
[src]

[src]

Trait Implementations

impl Display for RegularPlatform
[src]

[src]

Formats the value using the given formatter. Read more

impl Platform for RegularPlatform
[src]

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations