plugins.rust-tools.server.hover.memoryLayout.enable

Whether to show memory layout data on hover.

default:

true

Type: null or boolean

Default: null

Declared by:

plugins.rust-tools.server.hover.memoryLayout.alignment

How to render the align information in a memory layout hover.

default:

"hexadecimal"

Type: null or null or one of “both”, “decimal”, “hexadecimal”

Default: null

Declared by:

plugins.rust-tools.server.hover.memoryLayout.niches

How to render the niche information in a memory layout hover.

default:

false

Type: null or null or boolean

Default: null

Declared by:

plugins.rust-tools.server.hover.memoryLayout.offset

How to render the offset information in a memory layout hover.

default:

"hexadecimal"

Type: null or null or one of “both”, “decimal”, “hexadecimal”

Default: null

Declared by:

plugins.rust-tools.server.hover.memoryLayout.size

How to render the size information in a memory layout hover.

default:

"both"

Type: null or null or one of “both”, “decimal”, “hexadecimal”

Default: null

Declared by: