Function bitvec::ptr::write_bytes[][src]

pub unsafe fn write_bytes<T, O>(
    dst: BitPtr<Mut, T, O>,
    value: bool,
    count: usize
) where
    T: BitStore,
    O: BitOrder
👎 Deprecated:

use write_bits() instead

Expand description

Bit-wise memset

This is an alias for write_bits, renamed for symbol compatibility. See its documentation instead.

Original

ptr::write_bytes