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

Method bytes

euralios_std/src/net.rs:20–22  ·  view source on GitHub ↗

Return the address as an array of bytes

(&self)

Source from the content-addressed store, hash-verified

18
19 /// Return the address as an array of bytes
20 pub fn bytes(&self) -> [u8; 6] {
21 self.octet
22 }
23
24 pub fn from_u64(value: u64) -> Self {
25 MacAddress{octet:[

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected