Enum sniffglue::link::DataLink [] [src]

pub enum DataLink {
    Ethernet,
    Tun,
    RadioTap,
}

Variants

Methods

impl DataLink
[src]

Trait Implementations

impl Debug for DataLink
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DataLink
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DataLink

impl Sync for DataLink