Struct powerline::EtherType[][src]

#[repr(transparent)]pub struct EtherType(pub u16);

Implementations

impl EtherType[src]

pub const SIZE: usize[src]

pub const LLDP: EtherType[src]

pub const HOMEPLUG: EtherType[src]

pub const HOMEPLUG_AV: EtherType[src]

pub const MEDIAXTREAM: EtherType[src]

pub const IEEE1905: EtherType[src]

pub fn name(&self) -> Option<&'static str>[src]

pub fn from_slice(buf: &[u8]) -> EtherType[src]

pub fn as_be_u16(&self) -> u16[src]

pub fn as_bytes(&self) -> [u8; 2][src]

Trait Implementations

impl Clone for EtherType[src]

impl Copy for EtherType[src]

impl Debug for EtherType[src]

impl Default for EtherType[src]

impl Eq for EtherType[src]

impl PartialEq<EtherType> for EtherType[src]

impl StructuralEq for EtherType[src]

impl StructuralPartialEq for EtherType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.