Struct bv::adapter::BitNot [−][src]
pub struct BitNot<T>(_);
Expand description
The result of BitsExt::bit_not
.
The resulting bit vector adapter nots the bits of the underlying bit-vector-like.
Trait Implementations
type Slice = BitSliceAdapter<Self>
type Slice = BitSliceAdapter<Self>
The type of the slice produced.
type Slice = BitSliceAdapter<Self>
type Slice = BitSliceAdapter<Self>
The type of the slice produced.
Auto Trait Implementations
impl<T> RefUnwindSafe for BitNot<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for BitNot<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more