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

Trait Implementations

impl Debug for MacAddressFormat
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.