#[non_exhaustive]
#[repr(u16)]
pub enum LinkLayerType {
Show 66 variants Netrom = 0, Ether = 1, Eether = 2, Ax25 = 3, Pronet = 4, Chaos = 5, Ieee802 = 6, Arcnet = 7, Appletlk = 8, Dlci = 15, Atm = 19, Metricom = 23, Ieee1394 = 24, Eui64 = 27, Infiniband = 32, Slip = 256, Cslip = 257, Slip6 = 258, Cslip6 = 259, Rsrvd = 260, Adapt = 264, Rose = 270, X25 = 271, Hwx25 = 272, Can = 280, Ppp = 512, Hdlc = 513, Lapb = 516, Ddcmp = 517, Rawhdlc = 518, Rawip = 519, Tunnel = 768, Tunnel6 = 769, Frad = 770, Skip = 771, Loopback = 772, Localtlk = 773, Fddi = 774, Bif = 775, Sit = 776, Ipddp = 777, Ipgre = 778, Pimreg = 779, Hippi = 780, Ash = 781, Econet = 782, Irda = 783, Fcpp = 784, Fcal = 785, Fcpl = 786, Fcfabric = 787, Ieee802Tr = 800, Ieee80211 = 801, Ieee80211Prism = 802, Ieee80211Radiotap = 803, Ieee802154 = 804, Ieee802154Monitor = 805, Phonet = 820, PhonetPipe = 821, Caif = 822, Ip6gre = 823, Netlink = 824, Sixlowpan = 825, Vsockmon = 826, Void = 65_535, None = 65_534,
}

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Netrom = 0

§

Ether = 1

§

Eether = 2

§

Ax25 = 3

§

Pronet = 4

§

Chaos = 5

§

Ieee802 = 6

§

Arcnet = 7

§

Appletlk = 8

§

Dlci = 15

§

Atm = 19

§

Metricom = 23

§

Ieee1394 = 24

§

Eui64 = 27

§

Infiniband = 32

§

Slip = 256

§

Cslip = 257

§

Slip6 = 258

§

Cslip6 = 259

§

Rsrvd = 260

§

Adapt = 264

§

Rose = 270

§

X25 = 271

§

Hwx25 = 272

§

Can = 280

§

Ppp = 512

§

Hdlc = 513

§

Lapb = 516

§

Ddcmp = 517

§

Rawhdlc = 518

§

Rawip = 519

§

Tunnel = 768

§

Tunnel6 = 769

§

Frad = 770

§

Skip = 771

§

Loopback = 772

§

Localtlk = 773

§

Fddi = 774

§

Bif = 775

§

Sit = 776

§

Ipddp = 777

§

Ipgre = 778

§

Pimreg = 779

§

Hippi = 780

§

Ash = 781

§

Econet = 782

§

Irda = 783

§

Fcpp = 784

§

Fcal = 785

§

Fcpl = 786

§

Fcfabric = 787

§

Ieee802Tr = 800

§

Ieee80211 = 801

§

Ieee80211Prism = 802

§

Ieee80211Radiotap = 803

§

Ieee802154 = 804

§

Ieee802154Monitor = 805

§

Phonet = 820

§

PhonetPipe = 821

§

Caif = 822

§

Ip6gre = 823

§

Sixlowpan = 825

§

Vsockmon = 826

§

Void = 65_535

Void type, nothing is known

§

None = 65_534

zero header length

Implementations§

source§

impl LinkLayerType

source

pub const Cisco: LinkLayerType = LinkLayerType::Hdlc

Trait Implementations§

source§

impl Clone for LinkLayerType

source§

fn clone(&self) -> LinkLayerType

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LinkLayerType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for LinkLayerType

source§

fn default() -> LinkLayerType

Returns the “default value” for a type. Read more
source§

impl Display for LinkLayerType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<LinkLayerType> for u16

source§

fn from(v: LinkLayerType) -> u16

Converts to this type from the input type.
source§

impl From<u16> for LinkLayerType

source§

fn from(d: u16) -> Self

Converts to this type from the input type.
source§

impl PartialEq for LinkLayerType

source§

fn eq(&self, other: &LinkLayerType) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for LinkLayerType

source§

impl Eq for LinkLayerType

source§

impl StructuralPartialEq for LinkLayerType

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for T
where T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.