struct EthernetFrame

struct EthernetFrame
{
    // fields

    io.EthernetHdr m_ethernet;
};