Struct kernel::network::arp::ARP [] [src]

pub struct ARP {
    pub header: ARPHeader,
    pub data: Vec<u8>,
}

Fields

header
data

Trait Implementations

impl FromBytes for ARP

fn from_bytes(bytes: Vec<u8>) -> Option<Self>

impl ToBytes for ARP

fn to_bytes(&self) -> Vec<u8>