Skip to main content

MacAddress

Type Alias MacAddress 

Source
pub type MacAddress<T> = TaggedType<T, MacAddressTag>;
Expand description

Mac address of the ethernet interface.

Nv-redfish keeps open underlying type for MacAddress because it can be converted to mac_address::MacAddress.

Aliased Typeยง

pub struct MacAddress<T> { /* private fields */ }