Struct lib_sendpacket::Mac [] [src]

pub struct Mac { /* fields omitted */ }

Basic type system

Trait Implementations

impl Clone for Mac
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Mac
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Mac
[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 Eq for Mac
[src]

impl From<[u8; 6]> for Mac
[src]

[src]

Performs the conversion.

impl FromStr for Mac
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Default for Mac
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Mac

impl Sync for Mac