Type Alias WebPMemoryWriter

Source
pub type WebPMemoryWriter = WebPMemoryWriter;
Expand description

WebPMemoryWrite: a special WebPWriterFunction that writes to memory using the following WebPMemoryWriter object (to be set as a custom_ptr).

Aliased Type§

struct WebPMemoryWriter {
    pub mem: *mut u8,
    pub size: usize,
    pub max_size: usize,
    pub pad: [u32; 1],
}

Fields§

§mem: *mut u8§size: usize§max_size: usize§pad: [u32; 1]