Enum cargo_binutils::Tool[][src]

pub enum Tool {
    Nm,
    Objcopy,
    Objdump,
    Profdata,
    Readobj,
    Size,
    Strip,
}

Variants

Trait Implementations

impl Clone for Tool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Tool
[src]

impl PartialEq for Tool
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Tool

impl Sync for Tool