Enum mach_object::BuildTarget [] [src]

pub enum BuildTarget {
    MacOsX,
    IPhoneOs,
    WatchOs,
    TvOs,
}

The min OS version on which this binary was built to run.

Variants

Trait Implementations

impl Debug for BuildTarget
[src]

[src]

Formats the value using the given formatter.

impl Copy for BuildTarget
[src]

impl Clone for BuildTarget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for BuildTarget
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for BuildTarget
[src]

impl From<u32> for BuildTarget
[src]

[src]

Performs the conversion.

impl Into<u32> for BuildTarget
[src]

[src]

Performs the conversion.