Struct debugserver_types::ModulesArguments [] [src]

pub struct ModulesArguments {
    pub module_count: Option<i64>,
    pub start_module: Option<i64>,
}

Arguments for 'modules' request.

Fields

The number of modules to return. If moduleCount is not specified or 0, all modules are returned.

The index of the first module to return; if omitted modules start at 0.

Trait Implementations

impl Clone for ModulesArguments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ModulesArguments
[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 ModulesArguments
[src]

[src]

Formats the value using the given formatter.

impl Default for ModulesArguments
[src]

[src]

Returns the "default value" for a type. Read more