struct VmoOptions
    Defined at line 46 of file ../../sdk/lib/inspect/component/cpp/component.h
    
      
         Options for publishing a VMO.
         This spawns a fuchsia.inspect.Tree server whose content is this VMO. It does not support lazy nodes.
         The only service method is a live VMO. If you prefer to have copy semantics, copy the VMO before serving. This is because copying the VMO could be expensive.
       
     
    Members
    
      - 
        
          
             Provide a name to appear in the tree's Inspect Metadata. By default, it will be `fuchsia.inspect#DEFAULT_TREE_NAME
           
         
        
       
      - 
        
          
             Provide a fidl::ClientEnd, useful if `fuchsia.inspect.InspectSink` is not in the root namespace or is renamed.