:orphan:

.. _s_14MySwiftLibrary0A9StructureV:

``MyStructure``
===============

A structure.


.. raw:: html

   <style>
       .doc-link {
           font-family: var(--font-stack--monospace);
       }
   </style>

   <script type="text/javascript">
       window.onload = function() {
           document.querySelectorAll("a[href^='s_']").forEach(function(link) {
               link.classList.add("doc-link");
           });
       }
   </script>

   <style>
       .symbol-toctree ul {
           list-style-type: none !important;
           padding-left: 0 !important;
           margin-left: 0 !important;
       }

       .symbol-toctree .toctree-l1 {
           list-style: none !important;
       }

       .symbol-toctree .toctree-l1 > a > code > .pre {
           font-size: 120% !important;
       }
   </style>

.. rubric:: Declaration

.. raw:: html

     <div class="highlight"><pre><span></span><span class="kd">struct</span><span class="w"> </span><span class="nc">MyStructure</span>
   </pre></div>

.. rubric:: Discussion

Marks are added to the body of the documentation. By default, members are grouped by type of declaration.It implements :ref:`s_14MySwiftLibrary0A8ProtocolP`. Call :ref:`s_14MySwiftLibrary0A9StructureV5hello5worldS2S_tF` to say hello.


.. rubric:: Members


.. raw:: html

   <div class='symbol-toctree'>


.. toctree::
   :maxdepth: 1

   s_14MySwiftLibrary0A9StructureV5hello5worldS2S_tF

.. raw:: html

   </div>

Returns hello.

.. rubric:: Conforms to

- :ref:`s_14MySwiftLibrary0A8ProtocolP`

