Enum cpp_to_rust_common::target::Family [] [src]

pub enum Family {
    Windows,
    Unix,
}

Operating system family, as reported by target_family.

Variants

Trait Implementations

impl Debug for Family
[src]

Formats the value using the given formatter.

impl Clone for Family
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Family
[src]

impl PartialEq for Family
[src]

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

This method tests for !=.

impl Eq for Family
[src]