Struct iptrap::packetdissector::EtherHeader [] [src]

#[repr(packed)]
pub struct EtherHeader { pub ether_dhost: [u8; 6], pub ether_shost: [u8; 6], pub ether_type: u16, }

Fields

Trait Implementations

impl Copy for EtherHeader
[src]

impl Clone for EtherHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more