[][src]Enum netlink_wi::HeRuAllocation

pub enum HeRuAllocation {
    Alloc26,
    Alloc52,
    Alloc106,
    Alloc242,
    Alloc484,
    Alloc996,
    Alloc2x996,
    Unknown,
}

HE RU allocation values.

Variants

Alloc26

26-tone RU allocation.

Alloc52

52-tone RU allocation.

Alloc106

106-tone RU allocation.

Alloc242

242-tone RU allocation.

Alloc484

484-tone RU allocation.

Alloc996

996-tone RU allocation.

Alloc2x996

2x996-tone RU allocation.

Unknown

Unknown RU allocation.

Trait Implementations

impl Clone for HeRuAllocation[src]

impl Debug for HeRuAllocation[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.