Struct bv::adapter::BitNot [−][src]
The result of BitsExt::bit_not
.
The resulting bit vector adapter nots the bits of the underlying bit-vector-like.
Trait Implementations
impl<R, T> BitSliceable<R> for BitNot<T> where
T: BitSliceable<R>,
[src][+]
T: BitSliceable<R>,
impl<'a, T: Bits> BitSliceable<Range<u64>> for &'a BitNot<T>
[src][+]
impl<'a, T: Bits> BitSliceable<RangeFrom<u64>> for &'a BitNot<T>
[src][+]
impl<'a, T: Bits> BitSliceable<RangeFull> for &'a BitNot<T>
[src][+]
impl<'a, T: Bits> BitSliceable<RangeInclusive<u64>> for &'a BitNot<T>
[src][+]
impl<'a, T: Bits> BitSliceable<RangeTo<u64>> for &'a BitNot<T>
[src][+]
impl<'a, T: Bits> BitSliceable<RangeToInclusive<u64>> for &'a BitNot<T>
[src][+]
impl<T: Bits> Bits for BitNot<T>
[src][+]
impl<T: Clone> Clone for BitNot<T>
[src][+]
impl<T: Debug> Debug for BitNot<T>
[src][+]
impl<T: Bits> Index<u64> for BitNot<T>
[src][+]
impl<T, U> PartialEq<U> for BitNot<T> where
T: Bits,
U: Bits<Block = T::Block>,
[src][+]
T: Bits,
U: Bits<Block = T::Block>,
Auto Trait Implementations
impl<T> RefUnwindSafe for BitNot<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for BitNot<T> where
T: Send,
T: Send,
impl<T> Sync for BitNot<T> where
T: Sync,
T: Sync,
impl<T> Unpin for BitNot<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for BitNot<T> where
T: UnwindSafe,
T: 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<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>,