Struct spirv_tools::assembler::DisassembleOptions[][src]

pub struct DisassembleOptions {
    pub print: bool,
    pub color: bool,
    pub indent: bool,
    pub show_byte_offset: bool,
    pub no_header: bool,
    pub use_friendly_names: bool,
    pub comment: bool,
}

Fields

print: bool

Print to stdout.

color: bool

Add color codes to output

indent: bool

Indent assembly

show_byte_offset: boolno_header: bool

Do not output the module header as leading comments in the assembly.

use_friendly_names: bool

Use friendly names where possible. The heuristic may expand over time, but will use common names for scalar types, and debug names from OpName instructions.

comment: bool

Add some comments to the generated assembly

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.