Struct block_aligner::scan_block::PaddedBytes [−][src]
pub struct PaddedBytes { /* fields omitted */ }Expand description
A padded string that helps avoid out of bounds access when using SIMD.
A single padding byte in inserted before the start of the string,
and block_size bytes are inserted after the end of the string.
Implementations
Create from the bytes in a string slice.
Create from the bytes in a string.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PaddedBytesimpl Send for PaddedBytesimpl Sync for PaddedBytesimpl Unpin for PaddedBytesimpl UnwindSafe for PaddedBytesBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V