Enum eui48::MacAddressFormat
[−]
[src]
pub enum MacAddressFormat { Canonical, HexString, DotNotation, Hexadecimal, }
Format to display MacAddress
Variants
Canonical
Use - notaion
HexString
Use : notation
DotNotation
Use . notation
Hexadecimal
Use 0x notation