[−][src]Struct hibitset::BitSetNot
BitSetNot
takes a BitSetLike
item, and produced an inverted virtual set.
Note: the implementation is sub-optimal because layers 1-3 are not active.
Trait Implementations
impl<A, T> BitAnd<T> for BitSetNot<A> where
T: BitSetLike,
A: BitSetLike,
[src][+]
T: BitSetLike,
A: BitSetLike,
impl<'a, A, T> BitAnd<T> for &'a BitSetNot<A> where
T: BitSetLike,
A: BitSetLike,
[src][+]
T: BitSetLike,
A: BitSetLike,
impl<A, T> BitOr<T> for BitSetNot<A> where
T: BitSetLike,
A: BitSetLike,
[src][+]
T: BitSetLike,
A: BitSetLike,
impl<'a, A, T> BitOr<T> for &'a BitSetNot<A> where
T: BitSetLike,
A: BitSetLike,
[src][+]
T: BitSetLike,
A: BitSetLike,
impl<A: BitSetLike> BitSetLike for BitSetNot<A>
[src][+]
impl<A, T> BitXor<T> for BitSetNot<A> where
T: BitSetLike,
A: BitSetLike,
[src][+]
T: BitSetLike,
A: BitSetLike,
impl<'a, A, T> BitXor<T> for &'a BitSetNot<A> where
T: BitSetLike,
A: BitSetLike,
[src][+]
T: BitSetLike,
A: BitSetLike,
impl<A: Clone + BitSetLike> Clone for BitSetNot<A>
[src][+]
impl<A: Debug + BitSetLike> Debug for BitSetNot<A>
[src][+]
impl<A> IntoIterator for BitSetNot<A> where
A: BitSetLike,
[src][+]
A: BitSetLike,
impl<'a, A> IntoIterator for &'a BitSetNot<A> where
A: BitSetLike,
[src][+]
A: BitSetLike,
impl<A> Not for BitSetNot<A> where
A: BitSetLike,
[src][+]
A: BitSetLike,
impl<'a, A> Not for &'a BitSetNot<A> where
A: BitSetLike,
[src][+]
A: BitSetLike,
Auto Trait Implementations
impl<A> RefUnwindSafe for BitSetNot<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for BitSetNot<A> where
A: Send,
A: Send,
impl<A> Sync for BitSetNot<A> where
A: Sync,
A: Sync,
impl<A> Unpin for BitSetNot<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for BitSetNot<A> where
A: UnwindSafe,
A: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<I> IntoIterator for I where
I: Iterator,
[src][+]
I: Iterator,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,