MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / MacAddress

Class MacAddress

euralios_std/src/net.rs:9–11  ·  view source on GitHub ↗

Represent a Media Access Control (MAC) address Interface similar to mac_address crate

Source from the content-addressed store, hash-verified

7/// Interface similar to mac_address crate
8/// <https://docs.rs/mac_address/latest/mac_address/struct.MacAddress.html>
9pub struct MacAddress {
10 octet: [u8; 6]
11}
12
13impl MacAddress {
14 /// Create a new MacAddress from bytes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected