Read the Ref/RefMut pointer in natvis
This commit is contained in:
parent
1f33c921d1
commit
1c3921fa43
1 changed files with 4 additions and 4 deletions
|
@ -7,15 +7,15 @@
|
|||
</Expand>
|
||||
</Type>
|
||||
<Type Name="core::cell::Ref<*>">
|
||||
<DisplayString>{value}</DisplayString>
|
||||
<DisplayString>{value.pointer}</DisplayString>
|
||||
<Expand>
|
||||
<ExpandedItem>value</ExpandedItem>
|
||||
<ExpandedItem>value.pointer</ExpandedItem>
|
||||
</Expand>
|
||||
</Type>
|
||||
<Type Name="core::cell::RefMut<*>">
|
||||
<DisplayString>{value}</DisplayString>
|
||||
<DisplayString>{value.pointer}</DisplayString>
|
||||
<Expand>
|
||||
<ExpandedItem>value</ExpandedItem>
|
||||
<ExpandedItem>value.pointer</ExpandedItem>
|
||||
</Expand>
|
||||
</Type>
|
||||
<Type Name="core::cell::RefCell<*>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue