Enum eui48::MacAddressFormat [] [src]

pub enum MacAddressFormat {
    Canonical,
    HexString,
    DotNotation,
    Hexadecimal,
}

Format to display MacAddress

Variants

Use - notaion

Use : notation

Use . notation

Use 0x notation

Trait Implementations

impl Debug for MacAddressFormat
[src]

Formats the value using the given formatter.