Struct kernel::network::arp::ARP
[−]
[src]
pub struct ARP {
pub header: ARPHeader,
pub data: Vec<u8>,
}Fields
header | |
data |
pub struct ARP {
pub header: ARPHeader,
pub data: Vec<u8>,
}header | |
data |
impl FromBytes for ARPfn from_bytes(bytes: Vec<u8>) -> Option<Self>impl ToBytes for ARP