Struct powerline::OUI[][src]

#[repr(transparent)]pub struct OUI(pub [u8; 3]);

Implementations

impl OUI[src]

pub const SIZE: usize[src]

pub const QUALCOMM: OUI[src]

pub const BROADCOM: OUI[src]

pub const ST: OUI[src]

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

Trait Implementations

impl Clone for OUI[src]

impl Copy for OUI[src]

impl Debug for OUI[src]

impl Default for OUI[src]

impl Deref for OUI[src]

type Target = [u8; 3]

The resulting type after dereferencing.

impl Eq for OUI[src]

impl PartialEq<OUI> for OUI[src]

impl StructuralEq for OUI[src]

impl StructuralPartialEq for OUI[src]

Auto Trait Implementations

impl Send for OUI[src]

impl Sync for OUI[src]

impl Unpin for OUI[src]

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, 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.