mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			337 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			337 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
 | |
|   <Type Name="embedded_visualizer::point::Point">
 | |
|     <DisplayString>({x}, {y})</DisplayString>
 | |
|     <Expand>
 | |
|       <Item Name="[x]">x</Item>
 | |
|       <Item Name="[y]">y</Item>
 | |
|     </Expand>
 | |
|   </Type>
 | |
| </AutoVisualizer>
 | 
