Struct oysterpack_built_mod::TargetOperatingSystem[][src]

pub struct TargetOperatingSystem { /* fields omitted */ }

The target operating system

Methods

impl TargetOperatingSystem
[src]

TargetOperatingSystem constructor

Operating system family

Operating system name

Trait Implementations

impl Debug for TargetOperatingSystem
[src]

Formats the value using the given formatter. Read more

impl Clone for TargetOperatingSystem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for TargetOperatingSystem
[src]

impl PartialEq for TargetOperatingSystem
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations