Struct kernel::network::ethernet::EthernetIIHeader [] [src]

pub struct EthernetIIHeader {
    pub dst: MACAddr,
    pub src: MACAddr,
    pub ethertype: n16,
}

Fields

dst
src
ethertype

Trait Implementations

Derived Implementations

impl Clone for EthernetIIHeader

fn clone(&self) -> EthernetIIHeader

fn clone_from(&mut self, source: &Self)

impl Copy for EthernetIIHeader