Struct hwaddr::producer::Producer [] [src]

pub struct Producer {
    pub prefix: [u8; 3],
    pub name: &'static str,
    pub address: Address,
}

The producer for a specific MAC address range.

Fields

The MAC address prefix they were assigned.

The name of the company.

The address for the company.

Trait Implementations

impl Clone for Producer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Producer
[src]

impl PartialEq for Producer
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Producer
[src]

[src]

Formats the value using the given formatter.