Struct debugserver_types::ModulesViewDescriptor [] [src]

pub struct ModulesViewDescriptor {
    pub columns: Vec<ColumnDescriptor>,
}

The ModulesViewDescriptor is the container for all declarative configuration options of a ModuleView. For now it only specifies the columns to be shown in the modules view.

Fields

Trait Implementations

impl Clone for ModulesViewDescriptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ModulesViewDescriptor
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for ModulesViewDescriptor
[src]

[src]

Formats the value using the given formatter.