Struct nix::sys::socket::LinkAddr[][src]

pub struct LinkAddr(pub sockaddr_ll);

Hardware Address

Methods

impl LinkAddr
[src]

Always AF_PACKET

Physical-layer protocol

Interface number

ARP hardware type

Packet type

Length of MAC address

Physical-layer address (MAC)

Trait Implementations

impl Clone for LinkAddr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LinkAddr
[src]

impl Eq for LinkAddr
[src]

impl PartialEq for LinkAddr
[src]

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

This method tests for !=.

impl Hash for LinkAddr
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for LinkAddr
[src]

Formats the value using the given formatter. Read more

impl Debug for LinkAddr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LinkAddr

impl Sync for LinkAddr