Type Alias eoe_ethaddr_t

Source
pub type eoe_ethaddr_t = eoe_ethaddr;
Expand description

EOE ethernet address

Aliased Type§

struct eoe_ethaddr_t {
    pub addr: [u8; 6],
}

Fields§

§addr: [u8; 6]