File tree 3 files changed +51
-0
lines changed
3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 75
75
<ExpandedItem >ptr.pointer->data</ExpandedItem >
76
76
</Expand >
77
77
</Type >
78
+ <Type Name =" alloc::borrow::Cow< *> " >
79
+ <DisplayString Condition =" RUST$ENUM$DISR == 0x0" >Borrowed({__0})</DisplayString >
80
+ <DisplayString Condition =" RUST$ENUM$DISR == 0x1" >Owned({__0})</DisplayString >
81
+ <Expand >
82
+ <Item Name =" [value]" ExcludeView =" simple" >__0</Item >
83
+ </Expand >
84
+ </Type >
78
85
</AutoVisualizer >
Original file line number Diff line number Diff line change 30
30
</Expand >
31
31
</Type >
32
32
33
+ <Type Name =" core::result::Result< *> " >
34
+ <DisplayString Condition =" RUST$ENUM$DISR == 0x0" >Ok({__0})</DisplayString >
35
+ <DisplayString Condition =" RUST$ENUM$DISR == 0x1" >Err({(*($T2*) & __0)})</DisplayString >
36
+ <Expand >
37
+ <Item Name =" [value]" Condition =" RUST$ENUM$DISR == 0x0" >__0</Item >
38
+ <Item Name =" [value]" Condition =" RUST$ENUM$DISR == 0x1" >(*($T2*) & __0)</Item >
39
+ </Expand >
40
+ </Type >
41
+
42
+ <Type Name =" core::ptr::non_null::NonNull< *> " >
43
+ <DisplayString >{(void*) pointer}</DisplayString >
44
+ <Expand >
45
+ <Item Name =" [value]" >*pointer</Item >
46
+ </Expand >
47
+ </Type >
33
48
</AutoVisualizer >
Original file line number Diff line number Diff line change 72
72
</CustomListItems >
73
73
</Expand >
74
74
</Type >
75
+
76
+ <Type Name =" std::ffi::c_str::CString" >
77
+ <DisplayString >{inner.data_ptr,s}</DisplayString >
78
+ <Expand >
79
+ <Synthetic Name =" [chars]" >
80
+ <Expand >
81
+ <ArrayItems >
82
+ <Size >inner.length</Size >
83
+ <ValuePointer >(char*)inner.data_ptr</ValuePointer >
84
+ </ArrayItems >
85
+ </Expand >
86
+ </Synthetic >
87
+ </Expand >
88
+ </Type >
89
+
90
+ <Type Name =" std::ffi::c_str::CStr" >
91
+ <DisplayString >{(char*) inner}</DisplayString >
92
+ <Expand >
93
+ <Synthetic Name =" [chars]" >
94
+ <DisplayString >{(char*) inner}</DisplayString >
95
+ <Expand >
96
+ <ArrayItems >
97
+ <Size >strlen((char *) inner) + 1</Size >
98
+ <ValuePointer >(char*)inner</ValuePointer >
99
+ </ArrayItems >
100
+ </Expand >
101
+ </Synthetic >
102
+ </Expand >
103
+ </Type >
75
104
</AutoVisualizer >
You can’t perform that action at this time.
0 commit comments