Enum build_helper::LibKind [] [src]

pub enum LibKind {
    Static,
    DyLib,
    Framework,
}

Library linkage kind.

Variants

Link a static library.

Link a dynamic library.

Link an Objective-C framework.

Trait Implementations

impl Copy for LibKind
[src]

impl Clone for LibKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LibKind
[src]

impl PartialEq for LibKind
[src]

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

This method tests for !=.

impl Debug for LibKind
[src]

Formats the value using the given formatter.

impl Display for LibKind
[src]

Formats the value using the given formatter. Read more

impl FromStr for LibKind
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more