[−][src]Struct hibitset::BitSetAll
BitSetAll
is a bitset with all bits set. Essentially the same as
BitSetNot(BitSet::new())
but without any allocation.
Trait Implementations
impl<T> BitAnd<T> for BitSetAll where
T: BitSetLike,
[src][+]
T: BitSetLike,
impl<'a, T> BitAnd<T> for &'a BitSetAll where
T: BitSetLike,
[src][+]
T: BitSetLike,
impl<T> BitOr<T> for BitSetAll where
T: BitSetLike,
[src][+]
T: BitSetLike,
impl<'a, T> BitOr<T> for &'a BitSetAll where
T: BitSetLike,
[src][+]
T: BitSetLike,
impl BitSetLike for BitSetAll
[src][+]
impl<T> BitXor<T> for BitSetAll where
T: BitSetLike,
[src][+]
T: BitSetLike,
impl<'a, T> BitXor<T> for &'a BitSetAll where
T: BitSetLike,
[src][+]
T: BitSetLike,
impl Clone for BitSetAll
[src][+]
impl Debug for BitSetAll
[src][+]
impl IntoIterator for BitSetAll
[src][+]
impl<'a> IntoIterator for &'a BitSetAll
[src][+]
impl Not for BitSetAll
[src][+]
impl<'a> Not for &'a BitSetAll
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for BitSetAll
impl Send for BitSetAll
impl Sync for BitSetAll
impl Unpin for BitSetAll
impl UnwindSafe for BitSetAll
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>,