Enum fel4_config::SupportedTarget[][src]

pub enum SupportedTarget {
    X8664Sel4Fel4,
    Armv7Sel4Fel4,
    Aarch64Sel4Fel4,
}

Variants

Methods

impl SupportedTarget
[src]

Trait Implementations

impl Copy for SupportedTarget
[src]

impl Clone for SupportedTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SupportedTarget
[src]

Formats the value using the given formatter. Read more

impl Eq for SupportedTarget
[src]

impl Hash for SupportedTarget
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for SupportedTarget
[src]

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

This method tests for !=.

impl Display for SupportedTarget
[src]

Formats the value using the given formatter. Read more

impl FromStr for SupportedTarget
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations