[][src]Struct lut::Any

pub struct Any<T: Table> { /* fields omitted */ }

Methods

impl<T> Any<T> where
    T: Table
[src]

pub fn mask(self) -> T::Value[src]

pub fn new<F: Flag<T>>(_ty_flag: F) -> Self[src]

pub fn empty() -> Self[src]

pub fn from_mask(mask: T::Value) -> Self[src]

Trait Implementations

impl<T> Access<T> for Any<T> where
    T: Table
[src]

impl<T: Clone + Table> Clone for Any<T> where
    T::Value: Clone
[src]

impl<T: Copy + Table> Copy for Any<T> where
    T::Value: Copy
[src]

impl<T: Eq + Table> Eq for Any<T> where
    T::Value: Eq
[src]

impl<T: PartialEq + Table> PartialEq<Any<T>> for Any<T> where
    T::Value: PartialEq
[src]

impl<T, I: Into<Any<T>>> BitOr<I> for Any<T> where
    T: Table
[src]

type Output = Self

The resulting type after applying the | operator.

impl<T, I: Into<Any<T>>> BitOrAssign<I> for Any<T> where
    T: Table
[src]

impl<T: Hash + Table> Hash for Any<T> where
    T::Value: Hash
[src]

Auto Trait Implementations

impl<T> Send for Any<T> where
    <T as Table>::Value: Send

impl<T> Sync for Any<T> where
    <T as Table>::Value: Sync

impl<T> Unpin for Any<T> where
    <T as Table>::Value: Unpin

impl<T> UnwindSafe for Any<T> where
    <T as Table>::Value: UnwindSafe

impl<T> RefUnwindSafe for Any<T> where
    <T as Table>::Value: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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