Struct dinghy_lib::platform::host::HostPlatform [] [src]

pub struct HostPlatform {
    pub configuration: PlatformConfiguration,
    pub id: String,
    // some fields omitted
}

Fields

Methods

impl HostPlatform
[src]

[src]

Trait Implementations

impl Clone for HostPlatform
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Platform for HostPlatform
[src]

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl !Send for HostPlatform

impl !Sync for HostPlatform