Struct bv::adapter::BitFill [−][src]
Emulates a constant-valued bit-vector of a given size.
Implementations
impl<Block: BlockType> BitFill<Block>
[src][−]
pub fn zeroes(len: u64) -> Self
[src][−]
Constructs a compact bit-vector-like of len
0s.
pub fn ones(len: u64) -> Self
[src][−]
Constructs a compact bit-vector-like of len
1s.
Trait Implementations
impl<Block: BlockType> BitSliceable<Range<u64>> for BitFill<Block>
[src][+]
impl<'a, Block: BlockType> BitSliceable<Range<u64>> for &'a BitFill<Block>
[src][+]
impl<Block: BlockType> BitSliceable<RangeFrom<u64>> for BitFill<Block>
[src][+]
impl<'a, Block: BlockType> BitSliceable<RangeFrom<u64>> for &'a BitFill<Block>
[src][+]
impl<Block: BlockType> BitSliceable<RangeFull> for BitFill<Block>
[src][+]
impl<'a, Block: BlockType> BitSliceable<RangeFull> for &'a BitFill<Block>
[src][+]
impl<Block: BlockType> BitSliceable<RangeInclusive<u64>> for BitFill<Block>
[src][+]
impl<'a, Block: BlockType> BitSliceable<RangeInclusive<u64>> for &'a BitFill<Block>
[src][+]
impl<Block: BlockType> BitSliceable<RangeTo<u64>> for BitFill<Block>
[src][+]
impl<'a, Block: BlockType> BitSliceable<RangeTo<u64>> for &'a BitFill<Block>
[src][+]
impl<Block: BlockType> BitSliceable<RangeToInclusive<u64>> for BitFill<Block>
[src][+]
impl<'a, Block: BlockType> BitSliceable<RangeToInclusive<u64>> for &'a BitFill<Block>
[src][+]
impl<Block: BlockType> Bits for BitFill<Block>
[src][+]
impl<Block: Clone> Clone for BitFill<Block>
[src][+]
impl<Block: Debug> Debug for BitFill<Block>
[src][+]
impl<Block: BlockType> Index<u64> for BitFill<Block>
[src][+]
impl<T: Bits> PartialEq<T> for BitFill<T::Block>
[src][+]
Auto Trait Implementations
impl<Block> RefUnwindSafe for BitFill<Block> where
Block: RefUnwindSafe,
Block: RefUnwindSafe,
impl<Block> Send for BitFill<Block> where
Block: Send,
Block: Send,
impl<Block> Sync for BitFill<Block> where
Block: Sync,
Block: Sync,
impl<Block> Unpin for BitFill<Block> where
Block: Unpin,
Block: Unpin,
impl<Block> UnwindSafe for BitFill<Block> where
Block: UnwindSafe,
Block: 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>,