pub type BlobImageData = Vec<u8>;
Expand description

Backing store for blob image command streams.

Aliased Type§

struct BlobImageData {
    buf: RawVec<u8>,
    len: usize,
}

Fields§

§buf: RawVec<u8>§len: usize