Struct mupdf_sys::fz_compressed_buffer [−][src]
#[repr(C)]pub struct fz_compressed_buffer { pub params: fz_compression_params, pub buffer: *mut fz_buffer, }
Expand description
Buffers of compressed data; typically for the source data for images.
Fields
params: fz_compression_params
buffer: *mut fz_buffer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fz_compressed_buffer
impl !Send for fz_compressed_buffer
impl !Sync for fz_compressed_buffer
impl Unpin for fz_compressed_buffer
impl UnwindSafe for fz_compressed_buffer
Blanket Implementations
Mutably borrows from an owned value. Read more