Struct wan::wandbox::CompilerOption [] [src]

pub struct CompilerOption {
    pub name: String,
    pub display_name: String,
    pub display_flags: String,
}

Fields

Trait Implementations

impl Debug for CompilerOption
[src]

Formats the value using the given formatter.

impl PartialEq for CompilerOption
[src]

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

This method tests for !=.